@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:36.814Z") @Stability(value=Stable) 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()
The IRole that was used to bind the lifecycle hook to the target.
|
String |
getNotificationTargetArn()
The targetArn that the lifecycle hook was bound to.
|
@Stability(value=Stable) @NotNull IRole getCreatedRole()
@Stability(value=Stable) @NotNull String getNotificationTargetArn()
@Stability(value=Stable) static LifecycleHookTargetConfig.Builder builder()
LifecycleHookTargetConfig.Builder of LifecycleHookTargetConfigCopyright © 2022. All rights reserved.