Class: Aws::AppConfig::Types::CreateEnvironmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::CreateEnvironmentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appconfig/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The application ID.
-
#description ⇒ String
A description of the environment.
-
#monitors ⇒ Array<Types::Monitor>
Amazon CloudWatch alarms to monitor during the deployment process.
-
#name ⇒ String
A name for the environment.
-
#tags ⇒ Hash<String,String>
Metadata to assign to the environment.
Instance Attribute Details
#application_id ⇒ String
The application ID.
672 673 674 675 676 677 678 679 680 |
# File 'lib/aws-sdk-appconfig/types.rb', line 672 class CreateEnvironmentRequest < Struct.new( :application_id, :name, :description, :monitors, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the environment.
672 673 674 675 676 677 678 679 680 |
# File 'lib/aws-sdk-appconfig/types.rb', line 672 class CreateEnvironmentRequest < Struct.new( :application_id, :name, :description, :monitors, :tags) SENSITIVE = [] include Aws::Structure end |
#monitors ⇒ Array<Types::Monitor>
Amazon CloudWatch alarms to monitor during the deployment process.
672 673 674 675 676 677 678 679 680 |
# File 'lib/aws-sdk-appconfig/types.rb', line 672 class CreateEnvironmentRequest < Struct.new( :application_id, :name, :description, :monitors, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name for the environment.
672 673 674 675 676 677 678 679 680 |
# File 'lib/aws-sdk-appconfig/types.rb', line 672 class CreateEnvironmentRequest < Struct.new( :application_id, :name, :description, :monitors, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
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.
672 673 674 675 676 677 678 679 680 |
# File 'lib/aws-sdk-appconfig/types.rb', line 672 class CreateEnvironmentRequest < Struct.new( :application_id, :name, :description, :monitors, :tags) SENSITIVE = [] include Aws::Structure end |