Show / Hide Table of Contents

Class CfnPlanPropsMixin.AssociatedAlarmProperty

An Amazon CloudWatch alarm associated with a Region switch plan.

Inheritance
object
CfnPlanPropsMixin.AssociatedAlarmProperty
Implements
CfnPlanPropsMixin.IAssociatedAlarmProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.ARCRegionSwitch.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnPlanPropsMixin.AssociatedAlarmProperty : CfnPlanPropsMixin.IAssociatedAlarmProperty
Syntax (vb)
Public Class CfnPlanPropsMixin.AssociatedAlarmProperty Implements CfnPlanPropsMixin.IAssociatedAlarmProperty
Remarks

These alarms can be used to trigger automatic execution of the plan.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-arcregionswitch-plan-associatedalarm.html

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.Mixins.Preview.AWS.ARCRegionSwitch.Mixins;

             var associatedAlarmProperty = new AssociatedAlarmProperty {
                 AlarmType = "alarmType",
                 CrossAccountRole = "crossAccountRole",
                 ExternalId = "externalId",
                 ResourceIdentifier = "resourceIdentifier"
             };

Synopsis

Constructors

AssociatedAlarmProperty()

An Amazon CloudWatch alarm associated with a Region switch plan.

Properties

AlarmType

The alarm type for an associated alarm.

CrossAccountRole

The cross account role for the configuration.

ExternalId

The external ID (secret key) for the configuration.

ResourceIdentifier

The resource identifier for alarms that you associate with a plan.

Constructors

AssociatedAlarmProperty()

An Amazon CloudWatch alarm associated with a Region switch plan.

public AssociatedAlarmProperty()
Remarks

These alarms can be used to trigger automatic execution of the plan.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-arcregionswitch-plan-associatedalarm.html

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.Mixins.Preview.AWS.ARCRegionSwitch.Mixins;

             var associatedAlarmProperty = new AssociatedAlarmProperty {
                 AlarmType = "alarmType",
                 CrossAccountRole = "crossAccountRole",
                 ExternalId = "externalId",
                 ResourceIdentifier = "resourceIdentifier"
             };

Properties

AlarmType

The alarm type for an associated alarm.

public string? AlarmType { get; set; }
Property Value

string

Remarks

An associated CloudWatch alarm can be an application health alarm or a trigger alarm.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-arcregionswitch-plan-associatedalarm.html#cfn-arcregionswitch-plan-associatedalarm-alarmtype

CrossAccountRole

The cross account role for the configuration.

public string? CrossAccountRole { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-arcregionswitch-plan-associatedalarm.html#cfn-arcregionswitch-plan-associatedalarm-crossaccountrole

ExternalId

The external ID (secret key) for the configuration.

public string? ExternalId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-arcregionswitch-plan-associatedalarm.html#cfn-arcregionswitch-plan-associatedalarm-externalid

ResourceIdentifier

The resource identifier for alarms that you associate with a plan.

public string? ResourceIdentifier { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-arcregionswitch-plan-associatedalarm.html#cfn-arcregionswitch-plan-associatedalarm-resourceidentifier

Implements

CfnPlanPropsMixin.IAssociatedAlarmProperty
Back to top Generated by DocFX