Class: Aws::DataZone::Types::EnvironmentConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::EnvironmentConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The configuration of an environment.
Constant Summary collapse
- SENSITIVE =
[:description, :id, :name]
Instance Attribute Summary collapse
-
#account_pools ⇒ Array<String>
The account pools used by a custom project profile.
-
#aws_account ⇒ Types::AwsAccount
The Amazon Web Services account of the environment.
-
#aws_region ⇒ Types::Region
The Amazon Web Services Region of the environment.
-
#configuration_parameters ⇒ Types::EnvironmentConfigurationParametersDetails
The configuration parameters of the environment.
-
#deployment_mode ⇒ String
The deployment mode of the environment.
-
#deployment_order ⇒ Integer
The deployment order of the environment.
-
#description ⇒ String
The environment description.
-
#environment_blueprint_id ⇒ String
The environment blueprint ID.
-
#id ⇒ String
The environment ID.
-
#name ⇒ String
The environment name.
Instance Attribute Details
#account_pools ⇒ Array<String>
The account pools used by a custom project profile.
7139 7140 7141 7142 7143 7144 7145 7146 7147 7148 7149 7150 7151 7152 |
# File 'lib/aws-sdk-datazone/types.rb', line 7139 class EnvironmentConfiguration < Struct.new( :account_pools, :aws_account, :aws_region, :configuration_parameters, :deployment_mode, :deployment_order, :description, :environment_blueprint_id, :id, :name) SENSITIVE = [:description, :id, :name] include Aws::Structure end |
#aws_account ⇒ Types::AwsAccount
The Amazon Web Services account of the environment.
7139 7140 7141 7142 7143 7144 7145 7146 7147 7148 7149 7150 7151 7152 |
# File 'lib/aws-sdk-datazone/types.rb', line 7139 class EnvironmentConfiguration < Struct.new( :account_pools, :aws_account, :aws_region, :configuration_parameters, :deployment_mode, :deployment_order, :description, :environment_blueprint_id, :id, :name) SENSITIVE = [:description, :id, :name] include Aws::Structure end |
#aws_region ⇒ Types::Region
The Amazon Web Services Region of the environment.
7139 7140 7141 7142 7143 7144 7145 7146 7147 7148 7149 7150 7151 7152 |
# File 'lib/aws-sdk-datazone/types.rb', line 7139 class EnvironmentConfiguration < Struct.new( :account_pools, :aws_account, :aws_region, :configuration_parameters, :deployment_mode, :deployment_order, :description, :environment_blueprint_id, :id, :name) SENSITIVE = [:description, :id, :name] include Aws::Structure end |
#configuration_parameters ⇒ Types::EnvironmentConfigurationParametersDetails
The configuration parameters of the environment.
7139 7140 7141 7142 7143 7144 7145 7146 7147 7148 7149 7150 7151 7152 |
# File 'lib/aws-sdk-datazone/types.rb', line 7139 class EnvironmentConfiguration < Struct.new( :account_pools, :aws_account, :aws_region, :configuration_parameters, :deployment_mode, :deployment_order, :description, :environment_blueprint_id, :id, :name) SENSITIVE = [:description, :id, :name] include Aws::Structure end |
#deployment_mode ⇒ String
The deployment mode of the environment.
7139 7140 7141 7142 7143 7144 7145 7146 7147 7148 7149 7150 7151 7152 |
# File 'lib/aws-sdk-datazone/types.rb', line 7139 class EnvironmentConfiguration < Struct.new( :account_pools, :aws_account, :aws_region, :configuration_parameters, :deployment_mode, :deployment_order, :description, :environment_blueprint_id, :id, :name) SENSITIVE = [:description, :id, :name] include Aws::Structure end |
#deployment_order ⇒ Integer
The deployment order of the environment.
7139 7140 7141 7142 7143 7144 7145 7146 7147 7148 7149 7150 7151 7152 |
# File 'lib/aws-sdk-datazone/types.rb', line 7139 class EnvironmentConfiguration < Struct.new( :account_pools, :aws_account, :aws_region, :configuration_parameters, :deployment_mode, :deployment_order, :description, :environment_blueprint_id, :id, :name) SENSITIVE = [:description, :id, :name] include Aws::Structure end |
#description ⇒ String
The environment description.
7139 7140 7141 7142 7143 7144 7145 7146 7147 7148 7149 7150 7151 7152 |
# File 'lib/aws-sdk-datazone/types.rb', line 7139 class EnvironmentConfiguration < Struct.new( :account_pools, :aws_account, :aws_region, :configuration_parameters, :deployment_mode, :deployment_order, :description, :environment_blueprint_id, :id, :name) SENSITIVE = [:description, :id, :name] include Aws::Structure end |
#environment_blueprint_id ⇒ String
The environment blueprint ID.
7139 7140 7141 7142 7143 7144 7145 7146 7147 7148 7149 7150 7151 7152 |
# File 'lib/aws-sdk-datazone/types.rb', line 7139 class EnvironmentConfiguration < Struct.new( :account_pools, :aws_account, :aws_region, :configuration_parameters, :deployment_mode, :deployment_order, :description, :environment_blueprint_id, :id, :name) SENSITIVE = [:description, :id, :name] include Aws::Structure end |
#id ⇒ String
The environment ID.
7139 7140 7141 7142 7143 7144 7145 7146 7147 7148 7149 7150 7151 7152 |
# File 'lib/aws-sdk-datazone/types.rb', line 7139 class EnvironmentConfiguration < Struct.new( :account_pools, :aws_account, :aws_region, :configuration_parameters, :deployment_mode, :deployment_order, :description, :environment_blueprint_id, :id, :name) SENSITIVE = [:description, :id, :name] include Aws::Structure end |
#name ⇒ String
The environment name.
7139 7140 7141 7142 7143 7144 7145 7146 7147 7148 7149 7150 7151 7152 |
# File 'lib/aws-sdk-datazone/types.rb', line 7139 class EnvironmentConfiguration < Struct.new( :account_pools, :aws_account, :aws_region, :configuration_parameters, :deployment_mode, :deployment_order, :description, :environment_blueprint_id, :id, :name) SENSITIVE = [:description, :id, :name] include Aws::Structure end |