Show / Hide Table of Contents

Class CloudWatchAlarmTemplateReference

A reference to a CloudWatchAlarmTemplate resource.

Inheritance
object
CloudWatchAlarmTemplateReference
Implements
ICloudWatchAlarmTemplateReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Interfaces.MediaLive
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CloudWatchAlarmTemplateReference : ICloudWatchAlarmTemplateReference
Syntax (vb)
Public Class CloudWatchAlarmTemplateReference Implements ICloudWatchAlarmTemplateReference
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.Interfaces.MediaLive;

            var cloudWatchAlarmTemplateReference = new CloudWatchAlarmTemplateReference {
                CloudWatchAlarmTemplateArn = "cloudWatchAlarmTemplateArn",
                Identifier = "identifier"
            };

Synopsis

Constructors

CloudWatchAlarmTemplateReference()

A reference to a CloudWatchAlarmTemplate resource.

Properties

CloudWatchAlarmTemplateArn

The ARN of the CloudWatchAlarmTemplate resource.

Identifier

The Identifier of the CloudWatchAlarmTemplate resource.

Constructors

CloudWatchAlarmTemplateReference()

A reference to a CloudWatchAlarmTemplate resource.

public CloudWatchAlarmTemplateReference()
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.Interfaces.MediaLive;

            var cloudWatchAlarmTemplateReference = new CloudWatchAlarmTemplateReference {
                CloudWatchAlarmTemplateArn = "cloudWatchAlarmTemplateArn",
                Identifier = "identifier"
            };

Properties

CloudWatchAlarmTemplateArn

The ARN of the CloudWatchAlarmTemplate resource.

public string CloudWatchAlarmTemplateArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Identifier

The Identifier of the CloudWatchAlarmTemplate resource.

public string Identifier { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

ICloudWatchAlarmTemplateReference
Back to top Generated by DocFX