Interface CfnModuleVersionMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnModuleVersionMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:19:56.963Z")
@Stability(Stable)
public interface CfnModuleVersionMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnModuleVersionPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.cloudformation.*;
CfnModuleVersionMixinProps cfnModuleVersionMixinProps = CfnModuleVersionMixinProps.builder()
.moduleName("moduleName")
.modulePackage("modulePackage")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnModuleVersionMixinPropsstatic final classAn implementation forCfnModuleVersionMixinProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getModuleName
The name of the module being registered.- See Also:
-
getModulePackage
A URL to the S3 bucket for the package that contains the template fragment and schema files for the module version to register.For more information, see Module structure and requirements in the CloudFormation Command Line Interface (CLI) User Guide .
To register the module version, you must have
s3:GetObjectpermissions to access the S3 objects.- See Also:
-
builder
- Returns:
- a
CfnModuleVersionMixinProps.BuilderofCfnModuleVersionMixinProps
-