Get Module Version Result
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)
Properties
Link copied to clipboard
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
The time that the specified module version was registered.
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.