CfnCloudWatchAlarmTemplateGroupProps

class aws_cdk.aws_medialive.CfnCloudWatchAlarmTemplateGroupProps(*, name, description=None, tags=None)

Bases: object

Properties for defining a CfnCloudWatchAlarmTemplateGroup.

Parameters:
  • name (str) – A resource’s name. Names must be unique within the scope of a resource type in a specific region.

  • description (Optional[str]) – A resource’s optional description.

  • tags (Optional[Mapping[str, str]]) – Represents the tags associated with a resource.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-cloudwatchalarmtemplategroup.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 import aws_medialive as medialive

cfn_cloud_watch_alarm_template_group_props = medialive.CfnCloudWatchAlarmTemplateGroupProps(
    name="name",

    # the properties below are optional
    description="description",
    tags={
        "tags_key": "tags"
    }
)

Attributes

description

A resource’s optional description.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-cloudwatchalarmtemplategroup.html#cfn-medialive-cloudwatchalarmtemplategroup-description

name

A resource’s name.

Names must be unique within the scope of a resource type in a specific region.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-cloudwatchalarmtemplategroup.html#cfn-medialive-cloudwatchalarmtemplategroup-name

tags

Represents the tags associated with a resource.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-cloudwatchalarmtemplategroup.html#cfn-medialive-cloudwatchalarmtemplategroup-tags