Class CfnCloudWatchAlarmTemplateGroup
Definition of AWS::MediaLive::CloudWatchAlarmTemplateGroup Resource Type.
Inherited Members
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnCloudWatchAlarmTemplateGroup : CfnResource, IInspectable, ITaggableV2
Syntax (vb)
Public Class CfnCloudWatchAlarmTemplateGroup Inherits CfnResource Implements IInspectable, ITaggableV2
Remarks
CloudformationResource: AWS::MediaLive::CloudWatchAlarmTemplateGroup
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 cfnCloudWatchAlarmTemplateGroup = new CfnCloudWatchAlarmTemplateGroup(this, "MyCfnCloudWatchAlarmTemplateGroup", new CfnCloudWatchAlarmTemplateGroupProps {
Name = "name",
// the properties below are optional
Description = "description",
Tags = new Dictionary<string, string> {
{ "tagsKey", "tags" }
}
});
Synopsis
Constructors
CfnCloudWatchAlarmTemplateGroup(Construct, string, ICfnCloudWatchAlarmTemplateGroupProps) | Definition of AWS::MediaLive::CloudWatchAlarmTemplateGroup Resource Type. |
Properties
AttrArn | A cloudwatch alarm template group's ARN (Amazon Resource Name). |
AttrCreatedAt | The date and time of resource creation. |
AttrId | A CloudWatch alarm template group's id. |
AttrIdentifier | Definition of AWS::MediaLive::CloudWatchAlarmTemplateGroup Resource Type. |
AttrModifiedAt | The date and time of latest resource modification. |
CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
CdkTagManager | Tag Manager which manages the tags for this resource. |
CfnProperties | Definition of AWS::MediaLive::CloudWatchAlarmTemplateGroup Resource Type. |
Description | A resource's optional description. |
Name | A resource's name. |
Tags | Represents the tags associated with a resource. |
Methods
Inspect(TreeInspector) | Examines the CloudFormation resource and discloses attributes. |
RenderProperties(IDictionary<string, object>) | Definition of AWS::MediaLive::CloudWatchAlarmTemplateGroup Resource Type. |
Constructors
CfnCloudWatchAlarmTemplateGroup(Construct, string, ICfnCloudWatchAlarmTemplateGroupProps)
Definition of AWS::MediaLive::CloudWatchAlarmTemplateGroup Resource Type.
public CfnCloudWatchAlarmTemplateGroup(Construct scope, string id, ICfnCloudWatchAlarmTemplateGroupProps props)
Parameters
- scope Construct
Scope in which this resource is defined.
- id string
Construct identifier for this resource (unique in its scope).
- props ICfnCloudWatchAlarmTemplateGroupProps
Resource properties.
Remarks
CloudformationResource: AWS::MediaLive::CloudWatchAlarmTemplateGroup
ExampleMetadata: fixture=_generated
Properties
AttrArn
A cloudwatch alarm template group's ARN (Amazon Resource Name).
public virtual string AttrArn { get; }
Property Value
Remarks
CloudformationAttribute: Arn
AttrCreatedAt
The date and time of resource creation.
public virtual string AttrCreatedAt { get; }
Property Value
Remarks
CloudformationAttribute: CreatedAt
AttrId
A CloudWatch alarm template group's id.
public virtual string AttrId { get; }
Property Value
Remarks
Amazon Web Services provided template groups have ids that start with <code>aws-
</code>
CloudformationAttribute: Id
AttrIdentifier
Definition of AWS::MediaLive::CloudWatchAlarmTemplateGroup Resource Type.
public virtual string AttrIdentifier { get; }
Property Value
Remarks
CloudformationAttribute: Identifier
AttrModifiedAt
The date and time of latest resource modification.
public virtual string AttrModifiedAt { get; }
Property Value
Remarks
CloudformationAttribute: ModifiedAt
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
Remarks
CloudformationResource: AWS::MediaLive::CloudWatchAlarmTemplateGroup
ExampleMetadata: fixture=_generated
CdkTagManager
Tag Manager which manages the tags for this resource.
public virtual TagManager CdkTagManager { get; }
Property Value
Remarks
CloudformationResource: AWS::MediaLive::CloudWatchAlarmTemplateGroup
ExampleMetadata: fixture=_generated
CfnProperties
Definition of AWS::MediaLive::CloudWatchAlarmTemplateGroup Resource Type.
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
Overrides
Remarks
CloudformationResource: AWS::MediaLive::CloudWatchAlarmTemplateGroup
ExampleMetadata: fixture=_generated
Description
A resource's optional description.
public virtual string? Description { get; set; }
Property Value
Remarks
CloudformationResource: AWS::MediaLive::CloudWatchAlarmTemplateGroup
ExampleMetadata: fixture=_generated
Name
A resource's name.
public virtual string Name { get; set; }
Property Value
Remarks
CloudformationResource: AWS::MediaLive::CloudWatchAlarmTemplateGroup
ExampleMetadata: fixture=_generated
Tags
Represents the tags associated with a resource.
public virtual IDictionary<string, string>? Tags { get; set; }
Property Value
Remarks
CloudformationResource: AWS::MediaLive::CloudWatchAlarmTemplateGroup
ExampleMetadata: fixture=_generated
Methods
Inspect(TreeInspector)
Examines the CloudFormation resource and discloses attributes.
public virtual void Inspect(TreeInspector inspector)
Parameters
- inspector TreeInspector
tree inspector to collect and process attributes.
Remarks
CloudformationResource: AWS::MediaLive::CloudWatchAlarmTemplateGroup
ExampleMetadata: fixture=_generated
RenderProperties(IDictionary<string, object>)
Definition of AWS::MediaLive::CloudWatchAlarmTemplateGroup Resource Type.
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props IDictionary<string, object>
Returns
Overrides
Remarks
CloudformationResource: AWS::MediaLive::CloudWatchAlarmTemplateGroup
ExampleMetadata: fixture=_generated