class Aws::AppConfig::Types::CreateHostedConfigurationVersionRequest

@note When making an API call, you may pass CreateHostedConfigurationVersionRequest

data as a hash:

    {
      application_id: "Id", # required
      configuration_profile_id: "Id", # required
      description: "Description",
      content: "data", # required
      content_type: "StringWithLengthBetween1And255", # required
      latest_version_number: 1,
    }

@!attribute [rw] application_id

The application ID.
@return [String]

@!attribute [rw] configuration_profile_id

The configuration profile ID.
@return [String]

@!attribute [rw] description

A description of the configuration.
@return [String]

@!attribute [rw] content

The content of the configuration or the configuration data.
@return [String]

@!attribute [rw] content_type

A standard MIME type describing the format of the configuration
content. For more information, see [Content-Type][1].

[1]: https://docs.aws.amazon.com/https:/www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.17
@return [String]

@!attribute [rw] latest_version_number

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 of
the latest hosted configuration version.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/CreateHostedConfigurationVersionRequest AWS API Documentation

Constants

SENSITIVE