Interface CfnModuleVersionProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnModuleVersionProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:41.521Z") @Stability(Stable) public interface CfnModuleVersionProps extends software.amazon.jsii.JsiiSerializable
Properties for defining a CfnModuleVersion.

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();
 
  • Method Details

    • getModuleName

      @Stability(Stable) @NotNull String getModuleName()
      The name of the module being registered.
    • getModulePackage

      @Stability(Stable) @NotNull 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.

      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 .

    • builder

      @Stability(Stable) static CfnModuleVersionProps.Builder builder()
      Returns:
      a CfnModuleVersionProps.Builder of CfnModuleVersionProps