module_default_version
Gets an individual module_default_version
resource
Overview
Name | module_default_version |
Type | Resource |
Description | module_default_version |
Id | awscc.cloudformation.module_default_version |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The Amazon Resource Name (ARN) of the module version to set as the default version. |
module_name | string | The name of a module existing in the registry. |
version_id | string | The ID of an existing version of the named module to set as the default. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn,
module_name,
version_id
FROM awscc.cloudformation.module_default_version
WHERE data__Identifier = '<Arn>';
Permissions
To operate on the module_default_version
resource, the following permissions are required:
Read
cloudformation:DescribeType