ModuleVersionArgs

data class ModuleVersionArgs(val moduleName: Output<String>? = null, val modulePackage: Output<String>? = null) : ConvertibleToJava<ModuleVersionArgs>

A module that has been registered in the CloudFormation registry.

Example Usage

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Constructors

Link copied to clipboard
constructor(moduleName: Output<String>? = null, modulePackage: Output<String>? = null)

Properties

Link copied to clipboard
val moduleName: Output<String>? = null

The name of the module being registered. Recommended module naming pattern: company_or_organization::service::type::MODULE.

Link copied to clipboard
val modulePackage: Output<String>? = null

The url to the S3 bucket containing the schema and template fragment for the module you want to register.

Functions

Link copied to clipboard
open override fun toJava(): ModuleVersionArgs