@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-31T18:36:55.192Z")
public interface CfnModuleDefaultVersionProps
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.*; CfnModuleDefaultVersionProps cfnModuleDefaultVersionProps = CfnModuleDefaultVersionProps.builder() .arn("arn") .moduleName("moduleName") .versionId("versionId") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnModuleDefaultVersionProps.Builder
A builder for
CfnModuleDefaultVersionProps |
static class |
CfnModuleDefaultVersionProps.Jsii$Proxy
An implementation for
CfnModuleDefaultVersionProps |
Modifier and Type | Method and Description |
---|---|
static CfnModuleDefaultVersionProps.Builder |
builder() |
default java.lang.String |
getArn()
The Amazon Resource Name (ARN) of the module version to set as the default version.
|
default java.lang.String |
getModuleName()
The name of the module.
|
default java.lang.String |
getVersionId()
The ID for the specific version of the module.
|
default java.lang.String getArn()
Conditional: You must specify either Arn
, or ModuleName
and VersionId
.
default java.lang.String getModuleName()
Conditional: You must specify either Arn
, or ModuleName
and VersionId
.
default java.lang.String getVersionId()
Conditional: You must specify either Arn
, or ModuleName
and VersionId
.
static CfnModuleDefaultVersionProps.Builder builder()