CfnTelemetryEnrichmentMixinProps
- class aws_cdk.cfn_property_mixins.aws_observabilityadmin.CfnTelemetryEnrichmentMixinProps(*, scope=None)
Bases:
objectProperties for CfnTelemetryEnrichmentPropsMixin.
- Parameters:
scope (
Optional[str]) – Scope of the Telemetry Enrichment.- See:
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.cfn_property_mixins import aws_observabilityadmin as observabilityadmin cfn_telemetry_enrichment_mixin_props = observabilityadmin.CfnTelemetryEnrichmentMixinProps( scope="scope" )
Attributes
- scope
Scope of the Telemetry Enrichment.