Hosted Configuration Version Args
data class HostedConfigurationVersionArgs(val applicationId: Output<String>? = null, val configurationProfileId: Output<String>? = null, val content: Output<String>? = null, val contentType: Output<String>? = null, val description: Output<String>? = null, val latestVersionNumber: Output<Int>? = null, val versionLabel: Output<String>? = null) : ConvertibleToJava<HostedConfigurationVersionArgs>
Resource Type definition for AWS::AppConfig::HostedConfigurationVersion
Properties
Link copied to clipboard
The application ID.
Link copied to clipboard
The configuration profile ID.
Link copied to clipboard
A standard MIME type describing the format of the configuration content.
Link copied to clipboard
A description of the hosted configuration version.
Link copied to clipboard
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.
Link copied to clipboard
A user-defined label for an AWS AppConfig hosted configuration version.