@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:54:53.098Z") @Stability(value=Experimental) public class CfnHook extends CfnElement
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnHook.Builder
(experimental) A fluent builder for
CfnHook. |
| Modifier | Constructor and Description |
|---|---|
|
CfnHook(software.constructs.Construct scope,
String id,
CfnHookProps props)
(experimental) 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()
(experimental) 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, overrideLogicalIdjsiiAsyncCall, 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=Experimental)
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.@Stability(value=Experimental) @Nullable protected Map<String,Object> renderProperties(@Nullable Map<String,Object> props)
props - @Stability(value=Experimental) @Nullable protected Map<String,Object> renderProperties()
@Stability(value=Experimental) @NotNull public String getType()
Copyright © 2021. All rights reserved.