Class: AWSCDK::CloudWatch::CfnOTelEnrichmentProps

Inherits:
Jsii::Struct
  • Object
show all
Defined in:
cloud_watch/cfn_o_tel_enrichment_props.rb

Overview

Properties for defining a CfnOTelEnrichment.

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeCfnOTelEnrichmentProps

Returns a new instance of CfnOTelEnrichmentProps.



9
10
# File 'cloud_watch/cfn_o_tel_enrichment_props.rb', line 9

def initialize()
end

Class Method Details

.jsii_propertiesObject



13
14
15
16
# File 'cloud_watch/cfn_o_tel_enrichment_props.rb', line 13

def self.jsii_properties
  {
  }
end

Instance Method Details

#to_jsiiObject



18
19
20
21
22
23
# File 'cloud_watch/cfn_o_tel_enrichment_props.rb', line 18

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