Show / Hide Table of Contents

Interface ICfnCloudWatchAlarmTemplateGroupProps

Properties for defining a CfnCloudWatchAlarmTemplateGroup.

Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnCloudWatchAlarmTemplateGroupProps
Syntax (vb)
Public Interface ICfnCloudWatchAlarmTemplateGroupProps
Remarks

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

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.MediaLive;

             var cfnCloudWatchAlarmTemplateGroupProps = new CfnCloudWatchAlarmTemplateGroupProps {
                 Name = "name",

                 // the properties below are optional
                 Description = "description",
                 Tags = new Dictionary<string, string> {
                     { "tagsKey", "tags" }
                 }
             };

Synopsis

Properties

Description

A resource's optional description.

Name

A resource's name.

Tags

Represents the tags associated with a resource.

Properties

Description

A resource's optional description.

string? Description { get; }
Property Value

string

Remarks

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

Name

A resource's name.

string Name { get; }
Property Value

string

Remarks

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.

IDictionary<string, string>? Tags { get; }
Property Value

IDictionary<string, string>

Remarks

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

Back to top Generated by DocFX