Class: Aws::DataZone::Types::CreateProjectProfileInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::CreateProjectProfileInput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description, :name, :project_resource_tags_description]
Instance Attribute Summary collapse
-
#allow_custom_project_resource_tags ⇒ Boolean
Specifies whether custom project resource tags are supported.
-
#description ⇒ String
A description of a project profile.
-
#domain_identifier ⇒ String
A domain ID of the project profile.
-
#domain_unit_identifier ⇒ String
A domain unit ID of the project profile.
-
#environment_configurations ⇒ Array<Types::EnvironmentConfiguration>
Environment configurations of the project profile.
-
#name ⇒ String
Project profile name.
-
#project_resource_tags ⇒ Array<Types::ResourceTagParameter>
The resource tags of the project profile.
-
#project_resource_tags_description ⇒ String
Field viewable through the UI that provides a project user with the allowed resource tag specifications.
-
#status ⇒ String
Project profile status.
Instance Attribute Details
#allow_custom_project_resource_tags ⇒ Boolean
Specifies whether custom project resource tags are supported.
4941 4942 4943 4944 4945 4946 4947 4948 4949 4950 4951 4952 4953 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4941 class CreateProjectProfileInput < Struct.new( :allow_custom_project_resource_tags, :description, :domain_identifier, :domain_unit_identifier, :environment_configurations, :name, :project_resource_tags, :project_resource_tags_description, :status) SENSITIVE = [:description, :name, :project_resource_tags_description] include Aws::Structure end |
#description ⇒ String
A description of a project profile.
4941 4942 4943 4944 4945 4946 4947 4948 4949 4950 4951 4952 4953 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4941 class CreateProjectProfileInput < Struct.new( :allow_custom_project_resource_tags, :description, :domain_identifier, :domain_unit_identifier, :environment_configurations, :name, :project_resource_tags, :project_resource_tags_description, :status) SENSITIVE = [:description, :name, :project_resource_tags_description] include Aws::Structure end |
#domain_identifier ⇒ String
A domain ID of the project profile.
4941 4942 4943 4944 4945 4946 4947 4948 4949 4950 4951 4952 4953 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4941 class CreateProjectProfileInput < Struct.new( :allow_custom_project_resource_tags, :description, :domain_identifier, :domain_unit_identifier, :environment_configurations, :name, :project_resource_tags, :project_resource_tags_description, :status) SENSITIVE = [:description, :name, :project_resource_tags_description] include Aws::Structure end |
#domain_unit_identifier ⇒ String
A domain unit ID of the project profile.
4941 4942 4943 4944 4945 4946 4947 4948 4949 4950 4951 4952 4953 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4941 class CreateProjectProfileInput < Struct.new( :allow_custom_project_resource_tags, :description, :domain_identifier, :domain_unit_identifier, :environment_configurations, :name, :project_resource_tags, :project_resource_tags_description, :status) SENSITIVE = [:description, :name, :project_resource_tags_description] include Aws::Structure end |
#environment_configurations ⇒ Array<Types::EnvironmentConfiguration>
Environment configurations of the project profile.
4941 4942 4943 4944 4945 4946 4947 4948 4949 4950 4951 4952 4953 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4941 class CreateProjectProfileInput < Struct.new( :allow_custom_project_resource_tags, :description, :domain_identifier, :domain_unit_identifier, :environment_configurations, :name, :project_resource_tags, :project_resource_tags_description, :status) SENSITIVE = [:description, :name, :project_resource_tags_description] include Aws::Structure end |
#name ⇒ String
Project profile name.
4941 4942 4943 4944 4945 4946 4947 4948 4949 4950 4951 4952 4953 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4941 class CreateProjectProfileInput < Struct.new( :allow_custom_project_resource_tags, :description, :domain_identifier, :domain_unit_identifier, :environment_configurations, :name, :project_resource_tags, :project_resource_tags_description, :status) SENSITIVE = [:description, :name, :project_resource_tags_description] include Aws::Structure end |
#project_resource_tags ⇒ Array<Types::ResourceTagParameter>
The resource tags of the project profile.
4941 4942 4943 4944 4945 4946 4947 4948 4949 4950 4951 4952 4953 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4941 class CreateProjectProfileInput < Struct.new( :allow_custom_project_resource_tags, :description, :domain_identifier, :domain_unit_identifier, :environment_configurations, :name, :project_resource_tags, :project_resource_tags_description, :status) SENSITIVE = [:description, :name, :project_resource_tags_description] include Aws::Structure end |
#project_resource_tags_description ⇒ String
Field viewable through the UI that provides a project user with the allowed resource tag specifications.
4941 4942 4943 4944 4945 4946 4947 4948 4949 4950 4951 4952 4953 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4941 class CreateProjectProfileInput < Struct.new( :allow_custom_project_resource_tags, :description, :domain_identifier, :domain_unit_identifier, :environment_configurations, :name, :project_resource_tags, :project_resource_tags_description, :status) SENSITIVE = [:description, :name, :project_resource_tags_description] include Aws::Structure end |
#status ⇒ String
Project profile status.
4941 4942 4943 4944 4945 4946 4947 4948 4949 4950 4951 4952 4953 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4941 class CreateProjectProfileInput < Struct.new( :allow_custom_project_resource_tags, :description, :domain_identifier, :domain_unit_identifier, :environment_configurations, :name, :project_resource_tags, :project_resource_tags_description, :status) SENSITIVE = [:description, :name, :project_resource_tags_description] include Aws::Structure end |