Class: Aws::DataZone::Types::CreateEnvironmentProfileInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:description, :name]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idString

The Amazon Web Services account in which the Amazon DataZone environment is created.

Returns:

  • (String)


1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1804

class CreateEnvironmentProfileInput < Struct.new(
  :aws_account_id,
  :aws_account_region,
  :description,
  :domain_identifier,
  :environment_blueprint_identifier,
  :name,
  :project_identifier,
  :user_parameters)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#aws_account_regionString

The Amazon Web Services region in which this environment profile is created.

Returns:

  • (String)


1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1804

class CreateEnvironmentProfileInput < Struct.new(
  :aws_account_id,
  :aws_account_region,
  :description,
  :domain_identifier,
  :environment_blueprint_identifier,
  :name,
  :project_identifier,
  :user_parameters)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#descriptionString

The description of this Amazon DataZone environment profile.

Returns:

  • (String)


1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1804

class CreateEnvironmentProfileInput < Struct.new(
  :aws_account_id,
  :aws_account_region,
  :description,
  :domain_identifier,
  :environment_blueprint_identifier,
  :name,
  :project_identifier,
  :user_parameters)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#domain_identifierString

The ID of the Amazon DataZone domain in which this environment profile is created.

Returns:

  • (String)


1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1804

class CreateEnvironmentProfileInput < Struct.new(
  :aws_account_id,
  :aws_account_region,
  :description,
  :domain_identifier,
  :environment_blueprint_identifier,
  :name,
  :project_identifier,
  :user_parameters)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#environment_blueprint_identifierString

The ID of the blueprint with which this environment profile is created.

Returns:

  • (String)


1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1804

class CreateEnvironmentProfileInput < Struct.new(
  :aws_account_id,
  :aws_account_region,
  :description,
  :domain_identifier,
  :environment_blueprint_identifier,
  :name,
  :project_identifier,
  :user_parameters)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#nameString

The name of this Amazon DataZone environment profile.

Returns:

  • (String)


1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1804

class CreateEnvironmentProfileInput < Struct.new(
  :aws_account_id,
  :aws_account_region,
  :description,
  :domain_identifier,
  :environment_blueprint_identifier,
  :name,
  :project_identifier,
  :user_parameters)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#project_identifierString

The identifier of the project in which to create the environment profile.

Returns:

  • (String)


1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1804

class CreateEnvironmentProfileInput < Struct.new(
  :aws_account_id,
  :aws_account_region,
  :description,
  :domain_identifier,
  :environment_blueprint_identifier,
  :name,
  :project_identifier,
  :user_parameters)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#user_parametersArray<Types::EnvironmentParameter>

The user parameters of this Amazon DataZone environment profile.

Returns:



1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1804

class CreateEnvironmentProfileInput < Struct.new(
  :aws_account_id,
  :aws_account_region,
  :description,
  :domain_identifier,
  :environment_blueprint_identifier,
  :name,
  :project_identifier,
  :user_parameters)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end