Skip to main content

hosted_configuration_version

Gets an individual hosted_configuration_version resource

Overview

Namehosted_configuration_version
TypeResource
Descriptionhosted_configuration_version
Idawscc.appconfig.hosted_configuration_version

Fields

NameDatatypeDescription
application_idstringThe application ID.
configuration_profile_idstringThe configuration profile ID.
version_numberstringCurrent version number of hosted configuration version.
descriptionstringA description of the hosted configuration version.
contentstringThe content of the configuration or the configuration data.
content_typestringA standard MIME type describing the format of the configuration content.
latest_version_numberintegerAn 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_labelstringA user-defined label for an AWS AppConfig hosted configuration version.
regionstringAWS 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