Class: Aws::DataZone::Types::EnvironmentConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#account_poolsArray<String>

The account pools used by a custom project profile.

Returns:

  • (Array<String>)


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_accountTypes::AwsAccount

The Amazon Web Services account of the environment.

Returns:



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_regionTypes::Region

The Amazon Web Services Region of the environment.

Returns:



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_parametersTypes::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_modeString

The deployment mode of the environment.

Returns:

  • (String)


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_orderInteger

The deployment order of the environment.

Returns:

  • (Integer)


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

#descriptionString

The environment description.

Returns:

  • (String)


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_idString

The environment blueprint ID.

Returns:

  • (String)


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

#idString

The environment ID.

Returns:

  • (String)


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

#nameString

The environment name.

Returns:

  • (String)


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