interface LifecycleEventConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.OpsWorks.Mixins.CfnLayerPropsMixin.LifecycleEventConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsopsworks/mixins#CfnLayerPropsMixin_LifecycleEventConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.opsworks.mixins.CfnLayerPropsMixin.LifecycleEventConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_opsworks.mixins.CfnLayerPropsMixin.LifecycleEventConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_opsworks » mixins » CfnLayerPropsMixin » LifecycleEventConfigurationProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as opsworks_mixins } from '@aws-cdk/mixins-preview/aws-opsworks';
const lifecycleEventConfigurationProperty: opsworks_mixins.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