hosted_configuration_version
Gets an individual hosted_configuration_version
resource
Overview
Name | hosted_configuration_version |
Type | Resource |
Description | hosted_configuration_version |
Id | awscc.appconfig.hosted_configuration_version |
Fields
Name | Datatype | Description |
---|---|---|
application_id | string | The application ID. |
configuration_profile_id | string | The configuration profile ID. |
version_number | string | Current version number of hosted configuration version. |
description | string | A description of the hosted configuration version. |
content | string | The content of the configuration or the configuration data. |
content_type | string | A standard MIME type describing the format of the configuration content. |
latest_version_number | integer | An optional locking token used to prevent race conditions from overwriting configuration updates when creating a new version. To ensure your data is not overwritten when creating multiple hosted configuration versions in rapid succession, specify the version number of the latest hosted configuration version. |
version_label | string | A user-defined label for an AWS AppConfig hosted configuration version. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
application_id,
configuration_profile_id,
version_number,
description,
content,
content_type,
latest_version_number,
version_label
FROM awscc.appconfig.hosted_configuration_version
WHERE data__Identifier = '<ApplicationId>|<ConfigurationProfileId>|<VersionNumber>';
Permissions
To operate on the hosted_configuration_version
resource, the following permissions are required:
Read
appconfig:GetHostedConfigurationVersion
Delete
appconfig:DeleteHostedConfigurationVersion