Show / Hide Table of Contents

Class CfnEnvironmentPropsMixin.MonitorsProperty

Inheritance
object
CfnEnvironmentPropsMixin.MonitorsProperty
Implements
CfnEnvironmentPropsMixin.IMonitorsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.AppConfig
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnEnvironmentPropsMixin.MonitorsProperty : CfnEnvironmentPropsMixin.IMonitorsProperty
Syntax (vb)
Public Class CfnEnvironmentPropsMixin.MonitorsProperty Implements CfnEnvironmentPropsMixin.IMonitorsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appconfig-environment-monitors.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.CfnPropertyMixins.AWS.AppConfig;

             var monitorsProperty = new MonitorsProperty {
                 AlarmArn = "alarmArn",
                 AlarmRoleArn = "alarmRoleArn"
             };

Synopsis

Constructors

MonitorsProperty()

Properties

AlarmArn
AlarmRoleArn

Constructors

MonitorsProperty()

public MonitorsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appconfig-environment-monitors.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.CfnPropertyMixins.AWS.AppConfig;

             var monitorsProperty = new MonitorsProperty {
                 AlarmArn = "alarmArn",
                 AlarmRoleArn = "alarmRoleArn"
             };

Properties

AlarmArn

public object? AlarmArn { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appconfig-environment-monitors.html#cfn-appconfig-environment-monitors-alarmarn

Type union: either string or IAlarmRef or ICompositeAlarmRef

AlarmRoleArn

public object? AlarmRoleArn { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appconfig-environment-monitors.html#cfn-appconfig-environment-monitors-alarmrolearn

Type union: either string or IRoleRef

Implements

CfnEnvironmentPropsMixin.IMonitorsProperty
Back to top Generated by DocFX