Class: Aws::DataZone::Types::CreateProjectInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::CreateProjectInput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description, :name]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the Amazon DataZone project.
-
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain in which this project is created.
-
#domain_unit_id ⇒ String
The ID of the domain unit.
-
#glossary_terms ⇒ Array<String>
The glossary terms that can be used in this Amazon DataZone project.
-
#name ⇒ String
The name of the Amazon DataZone project.
-
#project_profile_id ⇒ String
The ID of the project profile.
-
#resource_tags ⇒ Hash<String,String>
The resource tags of the project.
-
#user_parameters ⇒ Array<Types::EnvironmentConfigurationUserParameter>
The user parameters of the project.
Instance Attribute Details
#description ⇒ String
The description of the Amazon DataZone project.
4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4759 class CreateProjectInput < Struct.new( :description, :domain_identifier, :domain_unit_id, :glossary_terms, :name, :project_profile_id, :resource_tags, :user_parameters) SENSITIVE = [:description, :name] include Aws::Structure end |
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain in which this project is created.
4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4759 class CreateProjectInput < Struct.new( :description, :domain_identifier, :domain_unit_id, :glossary_terms, :name, :project_profile_id, :resource_tags, :user_parameters) SENSITIVE = [:description, :name] include Aws::Structure end |
#domain_unit_id ⇒ String
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.
4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4759 class CreateProjectInput < Struct.new( :description, :domain_identifier, :domain_unit_id, :glossary_terms, :name, :project_profile_id, :resource_tags, :user_parameters) SENSITIVE = [:description, :name] include Aws::Structure end |
#glossary_terms ⇒ Array<String>
The glossary terms that can be used in this Amazon DataZone project.
4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4759 class CreateProjectInput < Struct.new( :description, :domain_identifier, :domain_unit_id, :glossary_terms, :name, :project_profile_id, :resource_tags, :user_parameters) SENSITIVE = [:description, :name] include Aws::Structure end |
#name ⇒ String
The name of the Amazon DataZone project.
4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4759 class CreateProjectInput < Struct.new( :description, :domain_identifier, :domain_unit_id, :glossary_terms, :name, :project_profile_id, :resource_tags, :user_parameters) SENSITIVE = [:description, :name] include Aws::Structure end |
#project_profile_id ⇒ String
The ID of the project profile.
4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4759 class CreateProjectInput < Struct.new( :description, :domain_identifier, :domain_unit_id, :glossary_terms, :name, :project_profile_id, :resource_tags, :user_parameters) SENSITIVE = [:description, :name] include Aws::Structure end |
#resource_tags ⇒ Hash<String,String>
The resource tags of the project.
4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4759 class CreateProjectInput < Struct.new( :description, :domain_identifier, :domain_unit_id, :glossary_terms, :name, :project_profile_id, :resource_tags, :user_parameters) SENSITIVE = [:description, :name] include Aws::Structure end |
#user_parameters ⇒ Array<Types::EnvironmentConfigurationUserParameter>
The user parameters of the project.
4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4759 class CreateProjectInput < Struct.new( :description, :domain_identifier, :domain_unit_id, :glossary_terms, :name, :project_profile_id, :resource_tags, :user_parameters) SENSITIVE = [:description, :name] include Aws::Structure end |