interface LifecycleEventConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.OpsWorks.CfnLayer.LifecycleEventConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsopsworks#CfnLayer_LifecycleEventConfigurationProperty |
![]() | software.amazon.awscdk.services.opsworks.CfnLayer.LifecycleEventConfigurationProperty |
![]() | aws_cdk.aws_opsworks.CfnLayer.LifecycleEventConfigurationProperty |
![]() | aws-cdk-lib » aws_opsworks » CfnLayer » 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-lib';
const lifecycleEventConfigurationProperty: opsworks.CfnLayer.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.