GetModuleVersionResult

data class GetModuleVersionResult(val arn: String? = null, val description: String? = null, val documentationUrl: String? = null, val isDefaultVersion: Boolean? = null, val schema: String? = null, val timeCreated: String? = null, val versionId: String? = null, val visibility: ModuleVersionVisibility? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, description: String? = null, documentationUrl: String? = null, isDefaultVersion: Boolean? = null, schema: String? = null, timeCreated: String? = null, versionId: String? = null, visibility: ModuleVersionVisibility? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the module.

Link copied to clipboard
val description: String? = null

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

Indicator of whether this module version is the current default version

Link copied to clipboard
val schema: String? = null

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

Link copied to clipboard
val timeCreated: String? = null

The time that the specified module version was registered.

Link copied to clipboard
val versionId: String? = null

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.