hosted_configuration_versions_list_only
Lists hosted_configuration_versions
in a region or regions, for all properties use hosted_configuration_versions
Overview
Name | hosted_configuration_versions_list_only |
Type | Resource |
Description | Resource Type definition for AWS::AppConfig::HostedConfigurationVersion |
Id | aws.appconfig.hosted_configuration_versions_list_only |
Fields
Name | Datatype | Description |
---|---|---|
configuration_profile_id | string | The configuration profile ID. |
application_id | string | The application ID. |
version_number | string | Current version number of hosted configuration version. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all hosted_configuration_versions
in a region.
SELECT
region,
application_id,
configuration_profile_id,
version_number
FROM aws.appconfig.hosted_configuration_versions_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the hosted_configuration_versions_list_only
resource, see hosted_configuration_versions