class Aws::AppConfig::Types::UpdateEnvironmentRequest

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

data as a hash:

    {
      application_id: "Id", # required
      environment_id: "Id", # required
      name: "Name",
      description: "Description",
      monitors: [
        {
          alarm_arn: "Arn",
          alarm_role_arn: "RoleArn",
        },
      ],
    }

@!attribute [rw] application_id

The application ID.
@return [String]

@!attribute [rw] environment_id

The environment ID.
@return [String]

@!attribute [rw] name

The name of the environment.
@return [String]

@!attribute [rw] description

A description of the environment.
@return [String]

@!attribute [rw] monitors

Amazon CloudWatch alarms to monitor during the deployment process.
@return [Array<Types::Monitor>]

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

Constants

SENSITIVE