interface CfnSafetyLeverMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.FIS.CfnSafetyLeverMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsfis#CfnSafetyLeverMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.fis.CfnSafetyLeverMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_fis.CfnSafetyLeverMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_fis » CfnSafetyLeverMixinProps |
Properties for CfnSafetyLeverPropsMixin.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fis-safetylever.html
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_fis as fis } from '@aws-cdk/cfn-property-mixins';
const cfnSafetyLeverMixinProps: fis.CfnSafetyLeverMixinProps = {
id: 'id',
};
Properties
| Name | Type | Description |
|---|---|---|
| id? | string | The ID of the safety lever. |
id?
Type:
string
(optional)
The ID of the safety lever.

.NET
Go
Java
Python
TypeScript