Interface CfnLayerPropsMixin.LifecycleEventConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLayerPropsMixin.LifecycleEventConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnLayerPropsMixin
@Stability(Stable)
public static interface CfnLayerPropsMixin.LifecycleEventConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.opsworks.*;
LifecycleEventConfigurationProperty lifecycleEventConfigurationProperty = LifecycleEventConfigurationProperty.builder()
.shutdownEventConfiguration(ShutdownEventConfigurationProperty.builder()
.delayUntilElbConnectionsDrained(false)
.executionTimeout(123)
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnLayerPropsMixin.LifecycleEventConfigurationPropertystatic final classAn implementation forCfnLayerPropsMixin.LifecycleEventConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getShutdownEventConfiguration
The Shutdown event configuration.Returns union: either
IResolvableorCfnLayerPropsMixin.ShutdownEventConfigurationProperty- See Also:
-
builder
-