@Generated(value="jsii-pacmak/1.21.0 (build 4262b22)", date="2021-02-23T11:51:53.223Z") @Stability(value=Stable) public class CfnHook extends CfnElement
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnHook.Builder
A fluent builder for
CfnHook. |
software.amazon.jsii.JsiiObject.InitializationModeIConstruct.Jsii$Default| Modifier | Constructor and Description |
|---|---|
|
CfnHook(software.constructs.Construct scope,
String id,
CfnHookProps props)
Creates a new Hook object.
|
protected |
CfnHook(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnHook(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getType()
The type of the hook (for example, "AWS::CodeDeploy::BlueGreen").
|
protected Map<String,Object> |
renderProperties() |
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected CfnHook(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnHook(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnHook(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnHookProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.Copyright © 2021. All rights reserved.