Class: Aws::DataZone::Types::CreateProjectInput

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

Overview

Constant Summary collapse

SENSITIVE =
[:name, :description]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the Amazon DataZone project.

Returns:



4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
# File 'lib/aws-sdk-datazone/types.rb', line 4843

class CreateProjectInput < Struct.new(
  :domain_identifier,
  :name,
  :description,
  :resource_tags,
  :glossary_terms,
  :domain_unit_id,
  :project_profile_id,
  :user_parameters)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#domain_identifierString

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

Returns:



4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
# File 'lib/aws-sdk-datazone/types.rb', line 4843

class CreateProjectInput < Struct.new(
  :domain_identifier,
  :name,
  :description,
  :resource_tags,
  :glossary_terms,
  :domain_unit_id,
  :project_profile_id,
  :user_parameters)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#domain_unit_idString

The ID of the domain unit. This parameter is not required and if it is not specified, then the project is created at the root domain unit level.

Returns:



4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
# File 'lib/aws-sdk-datazone/types.rb', line 4843

class CreateProjectInput < Struct.new(
  :domain_identifier,
  :name,
  :description,
  :resource_tags,
  :glossary_terms,
  :domain_unit_id,
  :project_profile_id,
  :user_parameters)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#glossary_termsArray<String>

The glossary terms that can be used in this Amazon DataZone project.

Returns:



4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
# File 'lib/aws-sdk-datazone/types.rb', line 4843

class CreateProjectInput < Struct.new(
  :domain_identifier,
  :name,
  :description,
  :resource_tags,
  :glossary_terms,
  :domain_unit_id,
  :project_profile_id,
  :user_parameters)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#nameString

The name of the Amazon DataZone project.

Returns:



4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
# File 'lib/aws-sdk-datazone/types.rb', line 4843

class CreateProjectInput < Struct.new(
  :domain_identifier,
  :name,
  :description,
  :resource_tags,
  :glossary_terms,
  :domain_unit_id,
  :project_profile_id,
  :user_parameters)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#project_profile_idString

The ID of the project profile.

Returns:



4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
# File 'lib/aws-sdk-datazone/types.rb', line 4843

class CreateProjectInput < Struct.new(
  :domain_identifier,
  :name,
  :description,
  :resource_tags,
  :glossary_terms,
  :domain_unit_id,
  :project_profile_id,
  :user_parameters)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#resource_tagsHash<String,String>

The resource tags of the project.

Returns:



4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
# File 'lib/aws-sdk-datazone/types.rb', line 4843

class CreateProjectInput < Struct.new(
  :domain_identifier,
  :name,
  :description,
  :resource_tags,
  :glossary_terms,
  :domain_unit_id,
  :project_profile_id,
  :user_parameters)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#user_parametersArray<Types::EnvironmentConfigurationUserParameter>

The user parameters of the project.

Returns:



4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
# File 'lib/aws-sdk-datazone/types.rb', line 4843

class CreateProjectInput < Struct.new(
  :domain_identifier,
  :name,
  :description,
  :resource_tags,
  :glossary_terms,
  :domain_unit_id,
  :project_profile_id,
  :user_parameters)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end