Uses of Class
software.amazon.awscdk.services.cloudformation.CfnModuleVersion.Builder
Packages that use CfnModuleVersion.Builder
Package
Description
AWS CloudFormation Construct Library
-
Uses of CfnModuleVersion.Builder in software.amazon.awscdk.services.cloudformation
Methods in software.amazon.awscdk.services.cloudformation that return CfnModuleVersion.BuilderModifier and TypeMethodDescriptionstatic CfnModuleVersion.BuilderCfnModuleVersion.Builder.moduleName(String moduleName) The name of the module being registered.CfnModuleVersion.Builder.modulePackage(String modulePackage) A URL to the S3 bucket containing the package that contains the template fragment and schema files for the module version to register.