@Stability(value=Stable)
public static interface CfnLayer.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.services.opsworks.*;
LifecycleEventConfigurationProperty lifecycleEventConfigurationProperty = LifecycleEventConfigurationProperty.builder()
.shutdownEventConfiguration(ShutdownEventConfigurationProperty.builder()
.delayUntilElbConnectionsDrained(false)
.executionTimeout(123)
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLayer.LifecycleEventConfigurationProperty.Builder
A builder for
CfnLayer.LifecycleEventConfigurationProperty |
static class |
CfnLayer.LifecycleEventConfigurationProperty.Jsii$Proxy
An implementation for
CfnLayer.LifecycleEventConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnLayer.LifecycleEventConfigurationProperty.Builder |
builder() |
default Object |
getShutdownEventConfiguration()
The Shutdown event configuration.
|
@Stability(value=Stable) @Nullable default Object getShutdownEventConfiguration()
@Stability(value=Stable) static CfnLayer.LifecycleEventConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.