@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-14T16:25:20.485Z")
public interface CfnResourceDefaultVersionProps
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.*; CfnResourceDefaultVersionProps cfnResourceDefaultVersionProps = CfnResourceDefaultVersionProps.builder() .typeName("typeName") .typeVersionArn("typeVersionArn") .versionId("versionId") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnResourceDefaultVersionProps.Builder
A builder for
CfnResourceDefaultVersionProps |
static class |
CfnResourceDefaultVersionProps.Jsii$Proxy
An implementation for
CfnResourceDefaultVersionProps |
Modifier and Type | Method and Description |
---|---|
static CfnResourceDefaultVersionProps.Builder |
builder() |
default java.lang.String |
getTypeName()
The name of the resource.
|
default java.lang.String |
getTypeVersionArn()
The Amazon Resource Name (ARN) of the resource version.
|
default java.lang.String |
getVersionId()
The ID of a specific version of the resource.
|
default java.lang.String getTypeName()
Conditional: You must specify either TypeVersionArn
, or TypeName
and VersionId
.
default java.lang.String getTypeVersionArn()
Conditional: You must specify either TypeVersionArn
, or TypeName
and VersionId
.
default java.lang.String getVersionId()
The version ID is the value at the end of the Amazon Resource Name (ARN) assigned to the resource version when it's registered.
Conditional: You must specify either TypeVersionArn
, or TypeName
and VersionId
.
static CfnResourceDefaultVersionProps.Builder builder()