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 =
[:name, :id, :description]

Instance Attribute Summary collapse

Instance Attribute Details

#account_poolsArray<String>

The account pools used by a custom project profile.

Returns:

  • (Array<String>)


7707
7708
7709
7710
7711
7712
7713
7714
7715
7716
7717
7718
7719
7720
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7707

class EnvironmentConfiguration < Struct.new(
  :name,
  :id,
  :environment_blueprint_id,
  :description,
  :deployment_mode,
  :configuration_parameters,
  :aws_account,
  :account_pools,
  :aws_region,
  :deployment_order)
  SENSITIVE = [:name, :id, :description]
  include Aws::Structure
end

#aws_accountTypes::AwsAccount

The Amazon Web Services account of the environment.

Returns:



7707
7708
7709
7710
7711
7712
7713
7714
7715
7716
7717
7718
7719
7720
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7707

class EnvironmentConfiguration < Struct.new(
  :name,
  :id,
  :environment_blueprint_id,
  :description,
  :deployment_mode,
  :configuration_parameters,
  :aws_account,
  :account_pools,
  :aws_region,
  :deployment_order)
  SENSITIVE = [:name, :id, :description]
  include Aws::Structure
end

#aws_regionTypes::Region

The Amazon Web Services Region of the environment.

Returns:



7707
7708
7709
7710
7711
7712
7713
7714
7715
7716
7717
7718
7719
7720
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7707

class EnvironmentConfiguration < Struct.new(
  :name,
  :id,
  :environment_blueprint_id,
  :description,
  :deployment_mode,
  :configuration_parameters,
  :aws_account,
  :account_pools,
  :aws_region,
  :deployment_order)
  SENSITIVE = [:name, :id, :description]
  include Aws::Structure
end

#configuration_parametersTypes::EnvironmentConfigurationParametersDetails

The configuration parameters of the environment.



7707
7708
7709
7710
7711
7712
7713
7714
7715
7716
7717
7718
7719
7720
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7707

class EnvironmentConfiguration < Struct.new(
  :name,
  :id,
  :environment_blueprint_id,
  :description,
  :deployment_mode,
  :configuration_parameters,
  :aws_account,
  :account_pools,
  :aws_region,
  :deployment_order)
  SENSITIVE = [:name, :id, :description]
  include Aws::Structure
end

#deployment_modeString

The deployment mode of the environment.

Returns:

  • (String)


7707
7708
7709
7710
7711
7712
7713
7714
7715
7716
7717
7718
7719
7720
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7707

class EnvironmentConfiguration < Struct.new(
  :name,
  :id,
  :environment_blueprint_id,
  :description,
  :deployment_mode,
  :configuration_parameters,
  :aws_account,
  :account_pools,
  :aws_region,
  :deployment_order)
  SENSITIVE = [:name, :id, :description]
  include Aws::Structure
end

#deployment_orderInteger

The deployment order of the environment.

Returns:

  • (Integer)


7707
7708
7709
7710
7711
7712
7713
7714
7715
7716
7717
7718
7719
7720
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7707

class EnvironmentConfiguration < Struct.new(
  :name,
  :id,
  :environment_blueprint_id,
  :description,
  :deployment_mode,
  :configuration_parameters,
  :aws_account,
  :account_pools,
  :aws_region,
  :deployment_order)
  SENSITIVE = [:name, :id, :description]
  include Aws::Structure
end

#descriptionString

The environment description.

Returns:

  • (String)


7707
7708
7709
7710
7711
7712
7713
7714
7715
7716
7717
7718
7719
7720
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7707

class EnvironmentConfiguration < Struct.new(
  :name,
  :id,
  :environment_blueprint_id,
  :description,
  :deployment_mode,
  :configuration_parameters,
  :aws_account,
  :account_pools,
  :aws_region,
  :deployment_order)
  SENSITIVE = [:name, :id, :description]
  include Aws::Structure
end

#environment_blueprint_idString

The environment blueprint ID.

Returns:

  • (String)


7707
7708
7709
7710
7711
7712
7713
7714
7715
7716
7717
7718
7719
7720
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7707

class EnvironmentConfiguration < Struct.new(
  :name,
  :id,
  :environment_blueprint_id,
  :description,
  :deployment_mode,
  :configuration_parameters,
  :aws_account,
  :account_pools,
  :aws_region,
  :deployment_order)
  SENSITIVE = [:name, :id, :description]
  include Aws::Structure
end

#idString

The environment ID.

Returns:

  • (String)


7707
7708
7709
7710
7711
7712
7713
7714
7715
7716
7717
7718
7719
7720
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7707

class EnvironmentConfiguration < Struct.new(
  :name,
  :id,
  :environment_blueprint_id,
  :description,
  :deployment_mode,
  :configuration_parameters,
  :aws_account,
  :account_pools,
  :aws_region,
  :deployment_order)
  SENSITIVE = [:name, :id, :description]
  include Aws::Structure
end

#nameString

The environment name.

Returns:

  • (String)


7707
7708
7709
7710
7711
7712
7713
7714
7715
7716
7717
7718
7719
7720
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7707

class EnvironmentConfiguration < Struct.new(
  :name,
  :id,
  :environment_blueprint_id,
  :description,
  :deployment_mode,
  :configuration_parameters,
  :aws_account,
  :account_pools,
  :aws_region,
  :deployment_order)
  SENSITIVE = [:name, :id, :description]
  include Aws::Structure
end