Class: AWSCDK::DevOpsGuru::CfnLogAnomalyDetectionIntegrationProps

Inherits:
Jsii::Struct
  • Object
show all
Defined in:
dev_ops_guru/cfn_log_anomaly_detection_integration_props.rb

Overview

Properties for defining a CfnLogAnomalyDetectionIntegration.

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeCfnLogAnomalyDetectionIntegrationProps

Returns a new instance of CfnLogAnomalyDetectionIntegrationProps.



9
10
# File 'dev_ops_guru/cfn_log_anomaly_detection_integration_props.rb', line 9

def initialize()
end

Class Method Details

.jsii_propertiesObject



13
14
15
16
# File 'dev_ops_guru/cfn_log_anomaly_detection_integration_props.rb', line 13

def self.jsii_properties
  {
  }
end

Instance Method Details

#to_jsiiObject



18
19
20
21
22
23
# File 'dev_ops_guru/cfn_log_anomaly_detection_integration_props.rb', line 18

def to_jsii
  result = {}
  result.merge!({
  })
  result.compact
end