Class CfnEnvironmentPropsMixin.MonitorsProperty
Implements
Inherited Members
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
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
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
Remarks
AlarmRoleArn
public object? AlarmRoleArn { get; set; }