@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-20T22:19:52.923Z")
public interface CfnHookProps
CfnHook
.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.core.*; Object properties; CfnHookProps cfnHookProps = CfnHookProps.builder() .type("type") // the properties below are optional .properties(Map.of( "propertiesKey", properties)) .build();
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 java.util.Map<java.lang.String,java.lang.Object> |
getProperties()
The properties of the hook.
|
java.lang.String |
getType()
The type of the hook (for example, "AWS::CodeDeploy::BlueGreen").
|
java.lang.String getType()
default java.util.Map<java.lang.String,java.lang.Object> getProperties()
Default: - no properties
static CfnHookProps.Builder builder()
CfnHookProps.Builder
of CfnHookProps