module_version
Gets an individual module_version
resource
Overview
Name | module_version |
Type | Resource |
Description | module_version |
Id | awscc.cloudformation.module_version |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The Amazon Resource Name (ARN) of the module. |
description | string | The description of the registered module. |
documentation_url | string | The URL of a page providing detailed documentation for this module. |
module_name | string | The name of the module being registered.<br/><br/>Recommended module naming pattern: company_or_organization::service::type::MODULE. |
module_package | string | The url to the S3 bucket containing the schema and template fragment for the module you want to register. |
is_default_version | boolean | Indicator of whether this module version is the current default version |
schema | string | The schema defining input parameters to and resources generated by the module. |
time_created | string | The time that the specified module version was registered. |
version_id | string | The version ID of the module represented by this module instance. |
visibility | string | The scope at which the type is visible and usable in CloudFormation operations.<br/><br/>The only allowed value at present is:<br/><br/>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. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn,
description,
documentation_url,
module_name,
module_package,
is_default_version,
schema,
time_created,
version_id,
visibility
FROM awscc.cloudformation.module_version
WHERE data__Identifier = '<Arn>';
Permissions
To operate on the module_version
resource, the following permissions are required:
Read
cloudformation:DescribeType
Delete
cloudformation:DeregisterType,
cloudformation:DescribeType