@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-31T18:36:55.180Z")
public interface CfnHookDefaultVersionProps
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.cloudformation.*; 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 java.lang.String |
getTypeName()
The name of the hook.
|
default java.lang.String |
getTypeVersionArn()
The version ID of the type configuration.
|
default java.lang.String |
getVersionId()
The version ID of the type specified.
|
default java.lang.String getTypeName()
You must specify either TypeVersionArn
, or TypeName
and VersionId
.
default java.lang.String getTypeVersionArn()
You must specify either TypeVersionArn
, or TypeName
and VersionId
.
default java.lang.String getVersionId()
You must specify either TypeVersionArn
, or TypeName
and VersionId
.
static CfnHookDefaultVersionProps.Builder builder()
CfnHookDefaultVersionProps.Builder
of CfnHookDefaultVersionProps