Class CloudWatchAlarmTemplateReference
A reference to a CloudWatchAlarmTemplate resource.
Implements
Inherited Members
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
Remarks
ExampleMetadata: fixture=_generated
Identifier
The Identifier of the CloudWatchAlarmTemplate resource.
public string Identifier { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated