Class: Aws::DataZone::Types::CreateProjectProfileInput

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

Overview

Constant Summary collapse

SENSITIVE =
[:name, :description, :project_resource_tags_description]

Instance Attribute Summary collapse

Instance Attribute Details

#allow_custom_project_resource_tagsBoolean

Specifies whether custom project resource tags are supported.

Returns:

  • (Boolean)


5025
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
# File 'lib/aws-sdk-datazone/types.rb', line 5025

class CreateProjectProfileInput < Struct.new(
  :domain_identifier,
  :name,
  :description,
  :status,
  :project_resource_tags,
  :allow_custom_project_resource_tags,
  :project_resource_tags_description,
  :environment_configurations,
  :domain_unit_identifier)
  SENSITIVE = [:name, :description, :project_resource_tags_description]
  include Aws::Structure
end

#descriptionString

A description of a project profile.

Returns:

  • (String)


5025
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
# File 'lib/aws-sdk-datazone/types.rb', line 5025

class CreateProjectProfileInput < Struct.new(
  :domain_identifier,
  :name,
  :description,
  :status,
  :project_resource_tags,
  :allow_custom_project_resource_tags,
  :project_resource_tags_description,
  :environment_configurations,
  :domain_unit_identifier)
  SENSITIVE = [:name, :description, :project_resource_tags_description]
  include Aws::Structure
end

#domain_identifierString

A domain ID of the project profile.

Returns:

  • (String)


5025
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
# File 'lib/aws-sdk-datazone/types.rb', line 5025

class CreateProjectProfileInput < Struct.new(
  :domain_identifier,
  :name,
  :description,
  :status,
  :project_resource_tags,
  :allow_custom_project_resource_tags,
  :project_resource_tags_description,
  :environment_configurations,
  :domain_unit_identifier)
  SENSITIVE = [:name, :description, :project_resource_tags_description]
  include Aws::Structure
end

#domain_unit_identifierString

A domain unit ID of the project profile.

Returns:

  • (String)


5025
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
# File 'lib/aws-sdk-datazone/types.rb', line 5025

class CreateProjectProfileInput < Struct.new(
  :domain_identifier,
  :name,
  :description,
  :status,
  :project_resource_tags,
  :allow_custom_project_resource_tags,
  :project_resource_tags_description,
  :environment_configurations,
  :domain_unit_identifier)
  SENSITIVE = [:name, :description, :project_resource_tags_description]
  include Aws::Structure
end

#environment_configurationsArray<Types::EnvironmentConfiguration>

Environment configurations of the project profile.



5025
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
# File 'lib/aws-sdk-datazone/types.rb', line 5025

class CreateProjectProfileInput < Struct.new(
  :domain_identifier,
  :name,
  :description,
  :status,
  :project_resource_tags,
  :allow_custom_project_resource_tags,
  :project_resource_tags_description,
  :environment_configurations,
  :domain_unit_identifier)
  SENSITIVE = [:name, :description, :project_resource_tags_description]
  include Aws::Structure
end

#nameString

Project profile name.

Returns:

  • (String)


5025
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
# File 'lib/aws-sdk-datazone/types.rb', line 5025

class CreateProjectProfileInput < Struct.new(
  :domain_identifier,
  :name,
  :description,
  :status,
  :project_resource_tags,
  :allow_custom_project_resource_tags,
  :project_resource_tags_description,
  :environment_configurations,
  :domain_unit_identifier)
  SENSITIVE = [:name, :description, :project_resource_tags_description]
  include Aws::Structure
end

#project_resource_tagsArray<Types::ResourceTagParameter>

The resource tags of the project profile.

Returns:



5025
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
# File 'lib/aws-sdk-datazone/types.rb', line 5025

class CreateProjectProfileInput < Struct.new(
  :domain_identifier,
  :name,
  :description,
  :status,
  :project_resource_tags,
  :allow_custom_project_resource_tags,
  :project_resource_tags_description,
  :environment_configurations,
  :domain_unit_identifier)
  SENSITIVE = [:name, :description, :project_resource_tags_description]
  include Aws::Structure
end

#project_resource_tags_descriptionString

Field viewable through the UI that provides a project user with the allowed resource tag specifications.

Returns:

  • (String)


5025
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
# File 'lib/aws-sdk-datazone/types.rb', line 5025

class CreateProjectProfileInput < Struct.new(
  :domain_identifier,
  :name,
  :description,
  :status,
  :project_resource_tags,
  :allow_custom_project_resource_tags,
  :project_resource_tags_description,
  :environment_configurations,
  :domain_unit_identifier)
  SENSITIVE = [:name, :description, :project_resource_tags_description]
  include Aws::Structure
end

#statusString

Project profile status.

Returns:

  • (String)


5025
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
# File 'lib/aws-sdk-datazone/types.rb', line 5025

class CreateProjectProfileInput < Struct.new(
  :domain_identifier,
  :name,
  :description,
  :status,
  :project_resource_tags,
  :allow_custom_project_resource_tags,
  :project_resource_tags_description,
  :environment_configurations,
  :domain_unit_identifier)
  SENSITIVE = [:name, :description, :project_resource_tags_description]
  include Aws::Structure
end