interface DaemonAlarmConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.ECS.CfnDaemonPropsMixin.DaemonAlarmConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsecs#CfnDaemonPropsMixin_DaemonAlarmConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.ecs.CfnDaemonPropsMixin.DaemonAlarmConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_ecs.CfnDaemonPropsMixin.DaemonAlarmConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_ecs » CfnDaemonPropsMixin » DaemonAlarmConfigurationProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ecs as ecs } from '@aws-cdk/cfn-property-mixins';
const daemonAlarmConfigurationProperty: ecs.CfnDaemonPropsMixin.DaemonAlarmConfigurationProperty = {
alarmNames: ['alarmNames'],
enable: false,
};
Properties
| Name | Type | Description |
|---|---|---|
| alarm | string[] | |
| enable? | boolean | IResolvable |
alarmNames?
Type:
string[]
(optional)
enable?
Type:
boolean | IResolvable
(optional)

.NET
Go
Java
Python
TypeScript