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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/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>)


7251
7252
7253
7254
7255
7256
7257
7258
7259
7260
7261
7262
7263
7264
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7251

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:



7251
7252
7253
7254
7255
7256
7257
7258
7259
7260
7261
7262
7263
7264
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7251

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:



7251
7252
7253
7254
7255
7256
7257
7258
7259
7260
7261
7262
7263
7264
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7251

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.



7251
7252
7253
7254
7255
7256
7257
7258
7259
7260
7261
7262
7263
7264
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7251

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)


7251
7252
7253
7254
7255
7256
7257
7258
7259
7260
7261
7262
7263
7264
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7251

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)


7251
7252
7253
7254
7255
7256
7257
7258
7259
7260
7261
7262
7263
7264
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7251

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)


7251
7252
7253
7254
7255
7256
7257
7258
7259
7260
7261
7262
7263
7264
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7251

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)


7251
7252
7253
7254
7255
7256
7257
7258
7259
7260
7261
7262
7263
7264
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7251

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)


7251
7252
7253
7254
7255
7256
7257
7258
7259
7260
7261
7262
7263
7264
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7251

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)


7251
7252
7253
7254
7255
7256
7257
7258
7259
7260
7261
7262
7263
7264
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7251

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