CfnTelemetryEnrichmentProps
- class aws_cdk.aws_observabilityadmin.CfnTelemetryEnrichmentProps(*, scope=None)
Bases:
objectProperties for defining a
CfnTelemetryEnrichment.- 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 import aws_observabilityadmin as observabilityadmin cfn_telemetry_enrichment_props = observabilityadmin.CfnTelemetryEnrichmentProps( scope="scope" )
Attributes
- scope
Scope of the Telemetry Enrichment.