@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:50.185Z") @Stability(value=Experimental) public class LifecycleHook extends Resource implements ILifecycleHook
Modifier and Type | Class and Description |
---|---|
static class |
LifecycleHook.Builder
(experimental) A fluent builder for
LifecycleHook . |
software.amazon.jsii.JsiiObject.InitializationMode
ILifecycleHook.Jsii$Default, ILifecycleHook.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
|
LifecycleHook(software.constructs.Construct scope,
String id,
LifecycleHookProps props) |
protected |
LifecycleHook(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
LifecycleHook(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
String |
getLifecycleHookName()
(experimental) The name of this lifecycle hook.
|
IRole |
getRole()
(experimental) The role that allows the ASG to publish to the notification target.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResource
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
protected LifecycleHook(software.amazon.jsii.JsiiObjectRef objRef)
protected LifecycleHook(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) public LifecycleHook(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull LifecycleHookProps props)
scope
- This parameter is required.id
- This parameter is required.props
- This parameter is required.@Stability(value=Experimental) @NotNull public String getLifecycleHookName()
@Stability(value=Experimental) @NotNull public IRole getRole()
getRole
in interface ILifecycleHook
Copyright © 2021. All rights reserved.