@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:40.381Z") @Stability(value=Experimental) 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()
(experimental) The properties of the hook.
|
String |
getType()
(experimental) The type of the hook (for example, "AWS::CodeDeploy::BlueGreen").
|
@Stability(value=Experimental) @NotNull String getType()
@Stability(value=Experimental) @Nullable default Map<String,Object> getProperties()
Default: - no properties
@Stability(value=Experimental) static CfnHookProps.Builder builder()
CfnHookProps.Builder of CfnHookPropsCopyright © 2022. All rights reserved.