@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:05.178Z") @Stability(value=Experimental) public interface LifecycleHookTargetConfig 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.autoscaling.*;
LifecycleHookTargetConfig lifecycleHookTargetConfig = LifecycleHookTargetConfig.builder()
.notificationTargetArn("notificationTargetArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
LifecycleHookTargetConfig.Builder
A builder for
LifecycleHookTargetConfig |
static class |
LifecycleHookTargetConfig.Jsii$Proxy
An implementation for
LifecycleHookTargetConfig |
| Modifier and Type | Method and Description |
|---|---|
static LifecycleHookTargetConfig.Builder |
builder() |
String |
getNotificationTargetArn()
(experimental) The ARN to use as the notification target.
|
@Stability(value=Experimental) @NotNull String getNotificationTargetArn()
@Stability(value=Experimental) static LifecycleHookTargetConfig.Builder builder()
LifecycleHookTargetConfig.Builder of LifecycleHookTargetConfigCopyright © 2021. All rights reserved.