Class CfnDaemon.DaemonAlarmConfigurationProperty
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.ECS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDaemon.DaemonAlarmConfigurationProperty : CfnDaemon.IDaemonAlarmConfigurationProperty
Syntax (vb)
Public Class CfnDaemon.DaemonAlarmConfigurationProperty Implements CfnDaemon.IDaemonAlarmConfigurationProperty
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.ECS;
var daemonAlarmConfigurationProperty = new DaemonAlarmConfigurationProperty {
AlarmNames = new [] { "alarmNames" },
Enable = false
};
Synopsis
Constructors
| DaemonAlarmConfigurationProperty() |
Properties
| AlarmNames | |
| Enable |
Constructors
DaemonAlarmConfigurationProperty()
public DaemonAlarmConfigurationProperty()
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.ECS;
var daemonAlarmConfigurationProperty = new DaemonAlarmConfigurationProperty {
AlarmNames = new [] { "alarmNames" },
Enable = false
};
Properties
AlarmNames
Enable
public object? Enable { get; set; }