aws-cdk-lib.aws_opsworks.CfnLayer.LifecycleEventConfigurationProperty

interface LifecycleEventConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.OpsWorks.CfnLayer.LifecycleEventConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsopsworks#CfnLayer_LifecycleEventConfigurationProperty
Javasoftware.amazon.awscdk.services.opsworks.CfnLayer.LifecycleEventConfigurationProperty
Pythonaws_cdk.aws_opsworks.CfnLayer.LifecycleEventConfigurationProperty
TypeScript aws-cdk-lib » aws_opsworks » CfnLayer » LifecycleEventConfigurationProperty

Specifies the lifecycle event configuration.

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

NameTypeDescription
shutdownEventConfiguration?IResolvable | ShutdownEventConfigurationPropertyThe Shutdown event configuration.

shutdownEventConfiguration?

Type: IResolvable | ShutdownEventConfigurationProperty (optional)

The Shutdown event configuration.