@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:25.166Z") @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.*;
import software.amazon.awscdk.services.iam.*;
Role role;
LifecycleHookTargetConfig lifecycleHookTargetConfig = LifecycleHookTargetConfig.builder()
.createdRole(role)
.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() |
IRole |
getCreatedRole()
(experimental) The IRole that was used to bind the lifecycle hook to the target.
|
String |
getNotificationTargetArn()
(experimental) The targetArn that the lifecycle hook was bound to.
|
@Stability(value=Experimental) @NotNull IRole getCreatedRole()
@Stability(value=Experimental) @NotNull String getNotificationTargetArn()
@Stability(value=Experimental) static LifecycleHookTargetConfig.Builder builder()
LifecycleHookTargetConfig.Builder of LifecycleHookTargetConfigCopyright © 2022. All rights reserved.