Show / Hide Table of Contents

Class CfnDaemon.DaemonAlarmConfigurationProperty

Inheritance
object
CfnDaemon.DaemonAlarmConfigurationProperty
Implements
CfnDaemon.IDaemonAlarmConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-daemon-daemonalarmconfiguration.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.AWS.ECS;

             var daemonAlarmConfigurationProperty = new DaemonAlarmConfigurationProperty {
                 AlarmNames = new [] { "alarmNames" },
                 Enable = false
             };

Synopsis

Constructors

DaemonAlarmConfigurationProperty()

Properties

AlarmNames
Enable

Constructors

DaemonAlarmConfigurationProperty()

public DaemonAlarmConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-daemon-daemonalarmconfiguration.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.AWS.ECS;

             var daemonAlarmConfigurationProperty = new DaemonAlarmConfigurationProperty {
                 AlarmNames = new [] { "alarmNames" },
                 Enable = false
             };

Properties

AlarmNames

public string[]? AlarmNames { get; set; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-daemon-daemonalarmconfiguration.html#cfn-ecs-daemon-daemonalarmconfiguration-alarmnames

Enable

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-daemon-daemonalarmconfiguration.html#cfn-ecs-daemon-daemonalarmconfiguration-enable

Type union: either bool or IResolvable

Implements

CfnDaemon.IDaemonAlarmConfigurationProperty
Back to top Generated by DocFX