class Aws::AppConfig::Types::StartDeploymentRequest

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

data as a hash:

    {
      application_id: "Id", # required
      environment_id: "Id", # required
      deployment_strategy_id: "DeploymentStrategyId", # required
      configuration_profile_id: "Id", # required
      configuration_version: "Version", # required
      description: "Description",
      tags: {
        "TagKey" => "TagValue",
      },
    }

@!attribute [rw] application_id

The application ID.
@return [String]

@!attribute [rw] environment_id

The environment ID.
@return [String]

@!attribute [rw] deployment_strategy_id

The deployment strategy ID.
@return [String]

@!attribute [rw] configuration_profile_id

The configuration profile ID.
@return [String]

@!attribute [rw] configuration_version

The configuration version to deploy.
@return [String]

@!attribute [rw] description

A description of the deployment.
@return [String]

@!attribute [rw] tags

Metadata to assign to the deployment. Tags help organize and
categorize your AppConfig resources. Each tag consists of a key and
an optional value, both of which you define.
@return [Hash<String,String>]

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

Constants

SENSITIVE