CfnTelemetryEnrichmentMixinProps

class aws_cdk.cfn_property_mixins.aws_observabilityadmin.CfnTelemetryEnrichmentMixinProps(*, scope=None)

Bases: object

Properties for CfnTelemetryEnrichmentPropsMixin.

Parameters:

scope (Optional[str]) – Scope of the Telemetry Enrichment.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-telemetryenrichment.html

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.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-telemetryenrichment.html#cfn-observabilityadmin-telemetryenrichment-scope