You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AppConfig::Types::CreateHostedConfigurationVersionRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateHostedConfigurationVersionRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The application ID.

Returns:

  • (String)

    The application ID.

#configuration_profile_idString

The configuration profile ID.

Returns:

  • (String)

    The configuration profile ID.

#contentString

The content of the configuration or the configuration data.

Returns:

  • (String)

    The content of the configuration or the configuration data.

#content_typeString

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

Returns:

  • (String)

    A standard MIME type describing the format of the configuration content.

#descriptionString

A description of the configuration.

Returns:

  • (String)

    A description of the configuration.

#latest_version_numberInteger

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.

Returns:

  • (Integer)

    An optional locking token used to prevent race conditions from overwriting configuration updates when creating a new version.