@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-31T18:36:55.194Z")
public interface CfnModuleVersionProps
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() |
java.lang.String |
getModuleName()
The name of the module being registered.
|
java.lang.String |
getModulePackage()
A URL to the S3 bucket containing the package that contains the template fragment and schema files for the module version to register.
|
java.lang.String getModuleName()
java.lang.String getModulePackage()
The user registering the module version must be able to access the module package in the S3 bucket. That's, the user needs to have GetObject permissions for the package. For more information, see Actions, Resources, and Condition Keys for Amazon S3 in the AWS Identity and Access Management User Guide .
static CfnModuleVersionProps.Builder builder()
CfnModuleVersionProps.Builder
of CfnModuleVersionProps