@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:35.818Z") @Stability(value=Stable) public interface CfnModuleDefaultVersionProps 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.*;
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 String |
getArn()
The Amazon Resource Name (ARN) of the module version to set as the default version.
|
default String |
getModuleName()
The name of the module.
|
default String |
getVersionId()
The ID for the specific version of the module.
|
@Stability(value=Stable) @Nullable default String getArn()
Conditional: You must specify either Arn , or ModuleName and VersionId .
@Stability(value=Stable) @Nullable default String getModuleName()
Conditional: You must specify either Arn , or ModuleName and VersionId .
@Stability(value=Stable) @Nullable default String getVersionId()
Conditional: You must specify either Arn , or ModuleName and VersionId .
@Stability(value=Stable) static CfnModuleDefaultVersionProps.Builder builder()
Copyright © 2022. All rights reserved.