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
Cfn |
Used by jsii to construct an instance of this class from a Javascript-owned object reference |
Cfn |
Used by jsii to construct an instance of this class from DeputyProps |
Cfn |
Properties
Attr |
A cloudwatch alarm template group's ARN (Amazon Resource Name). |
Attr |
The date and time of resource creation. |
Attr |
A CloudWatch alarm template group's id. |
Attr |
|
Attr |
The date and time of latest resource modification. |
Cdk |
Tag Manager which manages the tags for this resource. |
CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
Cfn |
|
Description | A resource's optional description. |
Name | A resource's name. |
Tags | Represents the tags associated with a resource. |
Methods
Inspect(Tree |
Examines the CloudFormation resource and discloses attributes. |
RenderProperties(IDictionary<String, Object>) |
Constructors
CfnCloudWatchAlarmTemplateGroup(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected CfnCloudWatchAlarmTemplateGroup(ByRefValue reference)
Parameters
- reference Amazon.
JSII. Runtime. Deputy. By Ref Value The Javascript-owned object reference
CfnCloudWatchAlarmTemplateGroup(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected CfnCloudWatchAlarmTemplateGroup(DeputyBase.DeputyProps props)
Parameters
- props Amazon.
JSII. Runtime. Deputy. Deputy Base. Deputy Props The deputy props
CfnCloudWatchAlarmTemplateGroup(Construct, String, ICfnCloudWatchAlarmTemplateGroupProps)
public CfnCloudWatchAlarmTemplateGroup(Construct scope, string id, ICfnCloudWatchAlarmTemplateGroupProps props)
Parameters
- scope Constructs.
Construct Scope in which this resource is defined.
- id System.
String Construct identifier for this resource (unique in its scope).
- props ICfn
Cloud Watch Alarm Template Group Props Resource properties.
Properties
AttrArn
A cloudwatch alarm template group's ARN (Amazon Resource Name).
public virtual string AttrArn { get; }
Property Value
System.
Remarks
CloudformationAttribute: Arn
AttrCreatedAt
The date and time of resource creation.
public virtual string AttrCreatedAt { get; }
Property Value
System.
Remarks
CloudformationAttribute: CreatedAt
AttrId
A CloudWatch alarm template group's id.
public virtual string AttrId { get; }
Property Value
System.
Remarks
Amazon Web Services provided template groups have ids that start with <code>aws-
</code>
CloudformationAttribute: Id
AttrIdentifier
public virtual string AttrIdentifier { get; }
Property Value
System.
Remarks
CloudformationAttribute: Identifier
AttrModifiedAt
The date and time of latest resource modification.
public virtual string AttrModifiedAt { get; }
Property Value
System.
Remarks
CloudformationAttribute: ModifiedAt
CdkTagManager
Tag Manager which manages the tags for this resource.
public virtual TagManager CdkTagManager { get; }
Property Value
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
System.
CfnProperties
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
System.
Overrides
Description
A resource's optional description.
public virtual string Description { get; set; }
Property Value
System.
Name
A resource's name.
public virtual string Name { get; set; }
Property Value
System.
Tags
Represents the tags associated with a resource.
public virtual IDictionary<string, string> Tags { get; set; }
Property Value
System.
Methods
Inspect(TreeInspector)
Examines the CloudFormation resource and discloses attributes.
public virtual void Inspect(TreeInspector inspector)
Parameters
- inspector Tree
Inspector tree inspector to collect and process attributes.
RenderProperties(IDictionary<String, Object>)
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props System.
Collections. <System.Generic. IDictionary String , System.Object >
Returns
System.