interface LifecycleEventConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.OpsWorks.CfnLayerPropsMixin.LifecycleEventConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsopsworks#CfnLayerPropsMixin_LifecycleEventConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.opsworks.CfnLayerPropsMixin.LifecycleEventConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_opsworks.CfnLayerPropsMixin.LifecycleEventConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_opsworks » CfnLayerPropsMixin » LifecycleEventConfigurationProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_opsworks as opsworks } from '@aws-cdk/cfn-property-mixins';
const lifecycleEventConfigurationProperty: opsworks.CfnLayerPropsMixin.LifecycleEventConfigurationProperty = {
shutdownEventConfiguration: {
delayUntilElbConnectionsDrained: false,
executionTimeout: 123,
},
};
Properties
| Name | Type | Description |
|---|---|---|
| shutdown | IResolvable | Shutdown | The Shutdown event configuration. |
shutdownEventConfiguration?
Type:
IResolvable | Shutdown
(optional)
The Shutdown event configuration.

.NET
Go
Java
Python
TypeScript