Show / Hide Table of Contents

Interface IAlarmActionConfig

Properties for an alarm action.

Namespace: Amazon.CDK.AWS.CloudWatch
Assembly: Amazon.CDK.AWS.CloudWatch.dll
Syntax (csharp)
public interface IAlarmActionConfig
Syntax (vb)
Public Interface IAlarmActionConfig
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.AWS.CloudWatch;

AlarmActionConfig alarmActionConfig = new AlarmActionConfig {
    AlarmActionArn = "alarmActionArn"
};

Synopsis

Properties

AlarmActionArn

Return the ARN that should be used for a CloudWatch Alarm action.

Properties

AlarmActionArn

Return the ARN that should be used for a CloudWatch Alarm action.

string AlarmActionArn { get; }
Property Value

System.String

Back to top Generated by DocFX