@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:16.226Z") @Stability(value=Stable) public interface CfnModuleVersionProps 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.services.cloudformation.*;
CfnModuleVersionProps cfnModuleVersionProps = CfnModuleVersionProps.builder()
.moduleName("moduleName")
.modulePackage("modulePackage")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnModuleVersionProps.Builder
A builder for
CfnModuleVersionProps |
static class |
CfnModuleVersionProps.Jsii$Proxy
An implementation for
CfnModuleVersionProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnModuleVersionProps.Builder |
builder() |
String |
getModuleName()
`AWS::CloudFormation::ModuleVersion.ModuleName`.
|
String |
getModulePackage()
`AWS::CloudFormation::ModuleVersion.ModulePackage`.
|
@Stability(value=Stable) @NotNull String getModuleName()
@Stability(value=Stable) @NotNull String getModulePackage()
@Stability(value=Stable) static CfnModuleVersionProps.Builder builder()
CfnModuleVersionProps.Builder of CfnModuleVersionPropsCopyright © 2021. All rights reserved.