class Aws::AppConfig::Types::CreateEnvironmentRequest
@note When making an API call, you may pass CreateEnvironmentRequest
data as a hash: { application_id: "Id", # required name: "Name", # required description: "Description", monitors: [ { alarm_arn: "Arn", alarm_role_arn: "RoleArn", }, ], tags: { "TagKey" => "TagValue", }, }
@!attribute [rw] application_id
The application ID. @return [String]
@!attribute [rw] name
A name for 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>]
@!attribute [rw] tags
Metadata to assign to the environment. 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/CreateEnvironmentRequest AWS API Documentation
Constants
- SENSITIVE