Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.cloudformation.CfnModuleVersionPropsMixin.Builder
Packages that use CfnModuleVersionPropsMixin.Builder
-
Uses of CfnModuleVersionPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.cloudformation
Methods in software.amazon.awscdk.cfnpropertymixins.services.cloudformation that return CfnModuleVersionPropsMixin.BuilderModifier and TypeMethodDescriptionCfnModuleVersionPropsMixin.Builder.create()CfnModuleVersionPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnModuleVersionPropsMixin.Builder.moduleName(String moduleName) The name of the module being registered.CfnModuleVersionPropsMixin.Builder.modulePackage(String modulePackage) A URL to the S3 bucket for the package that contains the template fragment and schema files for the module version to register.