Show / Hide Table of Contents

Class CfnCloudWatchAlarmTemplateGroup

Definition of AWS::MediaLive::CloudWatchAlarmTemplateGroup Resource Type.

Inheritance
object
CfnElement
CfnRefElement
CfnResource
CfnCloudWatchAlarmTemplateGroup
Implements
IInspectable
ITaggableV2
Inherited Members
CfnResource.IsCfnResource(object)
CfnResource.AddDeletionOverride(string)
CfnResource.AddDependency(CfnResource)
CfnResource.AddDependsOn(CfnResource)
CfnResource.AddMetadata(string, object)
CfnResource.AddOverride(string, object)
CfnResource.AddPropertyDeletionOverride(string)
CfnResource.AddPropertyOverride(string, object)
CfnResource.ApplyRemovalPolicy(RemovalPolicy?, IRemovalPolicyOptions)
CfnResource.GetAtt(string, ResolutionTypeHint?)
CfnResource.GetMetadata(string)
CfnResource.ObtainDependencies()
CfnResource.ObtainResourceDependencies()
CfnResource.RemoveDependency(CfnResource)
CfnResource.ReplaceDependency(CfnResource, CfnResource)
CfnResource.ShouldSynthesize()
CfnResource.ToString()
CfnResource.ValidateProperties(object)
CfnResource.CfnOptions
CfnResource.CfnResourceType
CfnResource.UpdatedProperites
CfnResource.UpdatedProperties
CfnRefElement.Ref
CfnElement.IsCfnElement(object)
CfnElement.OverrideLogicalId(string)
CfnElement.CreationStack
CfnElement.LogicalId
CfnElement.Stack
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

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

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

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

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

string

Remarks

CloudformationAttribute: Arn

AttrCreatedAt

The date and time of resource creation.

public virtual string AttrCreatedAt { get; }
Property Value

string

Remarks

CloudformationAttribute: CreatedAt

AttrId

A CloudWatch alarm template group's id.

public virtual string AttrId { get; }
Property Value

string

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

string

Remarks

CloudformationAttribute: Identifier

AttrModifiedAt

The date and time of latest resource modification.

public virtual string AttrModifiedAt { get; }
Property Value

string

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

string

Remarks

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

CloudformationResource: AWS::MediaLive::CloudWatchAlarmTemplateGroup

ExampleMetadata: fixture=_generated

CdkTagManager

Tag Manager which manages the tags for this resource.

public virtual TagManager CdkTagManager { get; }
Property Value

TagManager

Remarks

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

CloudformationResource: AWS::MediaLive::CloudWatchAlarmTemplateGroup

ExampleMetadata: fixture=_generated

CfnProperties

Definition of AWS::MediaLive::CloudWatchAlarmTemplateGroup Resource Type.

protected override IDictionary<string, object> CfnProperties { get; }
Property Value

IDictionary<string, object>

Overrides
CfnResource.CfnProperties
Remarks

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

CloudformationResource: AWS::MediaLive::CloudWatchAlarmTemplateGroup

ExampleMetadata: fixture=_generated

Description

A resource's optional description.

public virtual string? Description { get; set; }
Property Value

string

Remarks

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

CloudformationResource: AWS::MediaLive::CloudWatchAlarmTemplateGroup

ExampleMetadata: fixture=_generated

Name

A resource's name.

public virtual string Name { get; set; }
Property Value

string

Remarks

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

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

IDictionary<string, string>

Remarks

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

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

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

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

IDictionary<string, object>

Overrides
CfnResource.RenderProperties(IDictionary<string, object>)
Remarks

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

CloudformationResource: AWS::MediaLive::CloudWatchAlarmTemplateGroup

ExampleMetadata: fixture=_generated

Implements

IInspectable
ITaggableV2
Back to top Generated by DocFX