interface CfnSafetyLeverProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.FIS.CfnSafetyLeverProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsfis#CfnSafetyLeverProps |
Java | software.amazon.awscdk.services.fis.CfnSafetyLeverProps |
Python | aws_cdk.aws_fis.CfnSafetyLeverProps |
TypeScript | aws-cdk-lib » aws_fis » CfnSafetyLeverProps |
Properties for defining a CfnSafetyLever.
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-lib';
const cfnSafetyLeverProps: fis.CfnSafetyLeverProps = {
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