CfnCloudWatchAlarmTemplateGroupMixinProps
- class aws_cdk.mixins_preview.aws_medialive.mixins.CfnCloudWatchAlarmTemplateGroupMixinProps(*, description=None, name=None, tags=None)
Bases:
objectProperties for CfnCloudWatchAlarmTemplateGroupPropsMixin.
- Parameters:
description (
Optional[str]) – A resource’s optional description.name (
Optional[str]) – A resource’s name. Names must be unique within the scope of a resource type in a specific region.tags (
Optional[Mapping[str,str]]) – Represents the tags associated with a 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.mixins_preview.aws_medialive import mixins as medialive_mixins cfn_cloud_watch_alarm_template_group_mixin_props = medialive_mixins.CfnCloudWatchAlarmTemplateGroupMixinProps( description="description", name="name", tags={ "tags_key": "tags" } )
Attributes
- description
A resource’s optional description.
- name
A resource’s name.
Names must be unique within the scope of a resource type in a specific region.
- tags
Represents the tags associated with a resource.