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
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.
virtual string Description { get; }
Property Value
System.
Remarks
Name
A resource's name.
string Name { get; }
Property Value
System.
Remarks
Names must be unique within the scope of a resource type in a specific region.
Tags
Represents the tags associated with a resource.
virtual IDictionary<string, string> Tags { get; }
Property Value
System.