---
type: resource-type
title: HostedConfigurationVersion
description: aws resource type AWS::AppConfig::HostedConfigurationVersion
name: HostedConfigurationVersion
lexicon: aws
resource_type: AWS::AppConfig::HostedConfigurationVersion
---
`AWS::AppConfig::HostedConfigurationVersion`, a resource type of the aws lexicon.

## Properties

- `ApplicationId` (`string`, required): The application ID.
- `ConfigurationProfileId` (`string`, required): The configuration profile ID.
- `Content` (`string`, required): The content of the configuration or the configuration data.
- `ContentType` (`string`, required): A standard MIME type describing the format of the configuration content.
- `Description` (`string`, optional): A description of the hosted configuration version.
- `LatestVersionNumber` (`number`, optional): 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.
- `VersionLabel` (`string`, optional): A user-defined label for an AWS AppConfig hosted configuration version.
- `VersionNumber` (`string`, optional): Current version number of hosted configuration version.

## Attributes

- `VersionNumber`
