ModuleVersion

class ModuleVersion : KotlinCustomResource

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.

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the module.

Link copied to clipboard
val description: Output<String>

The description of the registered module.

Link copied to clipboard

The URL of a page providing detailed documentation for this module.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

Indicator of whether this module version is the current default version

Link copied to clipboard
val moduleName: Output<String>

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>

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

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val schema: Output<String>

The schema defining input parameters to and resources generated by the module.

Link copied to clipboard
val timeCreated: Output<String>

The time that the specified module version was registered.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val versionId: Output<String>

The version ID of the module represented by this module instance.

Link copied to clipboard

The scope at which the type is visible and usable in CloudFormation operations. The only allowed value at present is: PRIVATE: The type is only visible and usable within the account in which it is registered. Currently, AWS CloudFormation marks any types you register as PRIVATE.