@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-28T18:14:31.814Z") @Stability(value=Stable) public interface CfnHookProps extends software.amazon.jsii.JsiiSerializable
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 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 © 2022. All rights reserved.