@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:35.806Z") @Stability(value=Stable) public interface CfnHookDefaultVersionProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.*;
CfnHookDefaultVersionProps cfnHookDefaultVersionProps = CfnHookDefaultVersionProps.builder()
.typeName("typeName")
.typeVersionArn("typeVersionArn")
.versionId("versionId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnHookDefaultVersionProps.Builder
A builder for
CfnHookDefaultVersionProps |
static class |
CfnHookDefaultVersionProps.Jsii$Proxy
An implementation for
CfnHookDefaultVersionProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnHookDefaultVersionProps.Builder |
builder() |
default String |
getTypeName()
The name of the hook.
|
default String |
getTypeVersionArn()
The version ID of the type configuration.
|
default String |
getVersionId()
The version ID of the type specified.
|
@Stability(value=Stable) @Nullable default String getTypeName()
You must specify either TypeVersionArn , or TypeName and VersionId .
@Stability(value=Stable) @Nullable default String getTypeVersionArn()
You must specify either TypeVersionArn , or TypeName and VersionId .
@Stability(value=Stable) @Nullable default String getVersionId()
You must specify either TypeVersionArn , or TypeName and VersionId .
@Stability(value=Stable) static CfnHookDefaultVersionProps.Builder builder()
CfnHookDefaultVersionProps.Builder of CfnHookDefaultVersionPropsCopyright © 2022. All rights reserved.