@Generated(value="jsii-pacmak/1.11.0 (build 1e9b8e1)", date="2020-09-13T06:02:40.347Z") @Stability(value=Stable) public interface CfnHookProps extends software.amazon.jsii.JsiiSerializable
CfnHook
.Modifier and Type | Interface and Description |
---|---|
static class |
CfnHookProps.Builder
A builder for
CfnHookProps |
static class |
CfnHookProps.Jsii$Proxy
An implementation for
CfnHookProps |
Modifier and Type | Method and Description |
---|---|
static CfnHookProps.Builder |
builder() |
default Map<String,Object> |
getProperties()
The properties of the hook.
|
String |
getType()
The type of the hook (for example, "AWS::CodeDeploy::BlueGreen").
|
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) @Nullable default Map<String,Object> getProperties()
Default: - no properties
@Stability(value=Stable) static CfnHookProps.Builder builder()
CfnHookProps.Builder
of CfnHookProps
Copyright © 2020. All rights reserved.