CfnTelemetryPipelinesProps
- class aws_cdk.aws_observabilityadmin.CfnTelemetryPipelinesProps(*, configuration, name=None, tags=None)
Bases:
objectProperties for defining a
CfnTelemetryPipelines.- Parameters:
configuration (
Union[IResolvable,TelemetryPipelineConfigurationProperty,Dict[str,Any]])name (
Optional[str])tags (
Optional[Sequence[Union[CfnTag,Dict[str,Any]]]]) – An array of key-value pairs to apply to this resource.
- 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_pipelines_props = observabilityadmin.CfnTelemetryPipelinesProps( configuration=observabilityadmin.CfnTelemetryPipelines.TelemetryPipelineConfigurationProperty( body="body" ), # the properties below are optional name="name", tags=[CfnTag( key="key", value="value" )] )
Attributes
- configuration
-
- Type:
see
- name
-
- Type:
see
- tags
An array of key-value pairs to apply to this resource.