module_default_versions_list_only
Lists module_default_versions
in a region or regions, for all properties use module_default_versions
Overview
Name | module_default_versions_list_only |
Type | Resource |
Description | A module that has been registered in the CloudFormation registry as the default version |
Id | aws.cloudformation.module_default_versions_list_only |
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
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all module_default_versions
in a region.
SELECT
region,
arn
FROM aws.cloudformation.module_default_versions_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the module_default_versions_list_only
resource, see module_default_versions