Class: Aws::WellArchitected::Types::CreateAgentProfileRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:display_name, :description, :business_overview]

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation_configurationArray<Types::AggregationConfiguration>

The aggregation configuration that defines which Amazon Web Services accounts and Regions to analyze.



1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1466

class CreateAgentProfileRequest < Struct.new(
  :name,
  :display_name,
  :description,
  :business_overview,
  :pillars,
  :deletion_protection,
  :execution_role_arn,
  :aggregation_configuration,
  :client_token,
  :tags)
  SENSITIVE = [:display_name, :description, :business_overview]
  include Aws::Structure
end

#business_overviewString

The business overview for this profile.

Returns:

  • (String)


1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1466

class CreateAgentProfileRequest < Struct.new(
  :name,
  :display_name,
  :description,
  :business_overview,
  :pillars,
  :deletion_protection,
  :execution_role_arn,
  :aggregation_configuration,
  :client_token,
  :tags)
  SENSITIVE = [:display_name, :description, :business_overview]
  include Aws::Structure
end

#client_tokenString

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1466

class CreateAgentProfileRequest < Struct.new(
  :name,
  :display_name,
  :description,
  :business_overview,
  :pillars,
  :deletion_protection,
  :execution_role_arn,
  :aggregation_configuration,
  :client_token,
  :tags)
  SENSITIVE = [:display_name, :description, :business_overview]
  include Aws::Structure
end

#deletion_protectionBoolean

Indicates whether deletion protection is enabled for the profile.

Returns:

  • (Boolean)


1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1466

class CreateAgentProfileRequest < Struct.new(
  :name,
  :display_name,
  :description,
  :business_overview,
  :pillars,
  :deletion_protection,
  :execution_role_arn,
  :aggregation_configuration,
  :client_token,
  :tags)
  SENSITIVE = [:display_name, :description, :business_overview]
  include Aws::Structure
end

#descriptionString

A description of the profile.

Returns:

  • (String)


1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1466

class CreateAgentProfileRequest < Struct.new(
  :name,
  :display_name,
  :description,
  :business_overview,
  :pillars,
  :deletion_protection,
  :execution_role_arn,
  :aggregation_configuration,
  :client_token,
  :tags)
  SENSITIVE = [:display_name, :description, :business_overview]
  include Aws::Structure
end

#display_nameString

The display name of the profile shown to users.

Returns:

  • (String)


1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1466

class CreateAgentProfileRequest < Struct.new(
  :name,
  :display_name,
  :description,
  :business_overview,
  :pillars,
  :deletion_protection,
  :execution_role_arn,
  :aggregation_configuration,
  :client_token,
  :tags)
  SENSITIVE = [:display_name, :description, :business_overview]
  include Aws::Structure
end

#execution_role_arnString

The ARN of the IAM execution role used for recommendation actions.

Returns:

  • (String)


1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1466

class CreateAgentProfileRequest < Struct.new(
  :name,
  :display_name,
  :description,
  :business_overview,
  :pillars,
  :deletion_protection,
  :execution_role_arn,
  :aggregation_configuration,
  :client_token,
  :tags)
  SENSITIVE = [:display_name, :description, :business_overview]
  include Aws::Structure
end

#nameString

The system name of the profile.

Returns:

  • (String)


1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1466

class CreateAgentProfileRequest < Struct.new(
  :name,
  :display_name,
  :description,
  :business_overview,
  :pillars,
  :deletion_protection,
  :execution_role_arn,
  :aggregation_configuration,
  :client_token,
  :tags)
  SENSITIVE = [:display_name, :description, :business_overview]
  include Aws::Structure
end

#pillarsArray<String>

The Well-Architected Tool Framework pillars to associate with this profile.

Returns:

  • (Array<String>)


1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1466

class CreateAgentProfileRequest < Struct.new(
  :name,
  :display_name,
  :description,
  :business_overview,
  :pillars,
  :deletion_protection,
  :execution_role_arn,
  :aggregation_configuration,
  :client_token,
  :tags)
  SENSITIVE = [:display_name, :description, :business_overview]
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags to associate with the profile.

Returns:



1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1466

class CreateAgentProfileRequest < Struct.new(
  :name,
  :display_name,
  :description,
  :business_overview,
  :pillars,
  :deletion_protection,
  :execution_role_arn,
  :aggregation_configuration,
  :client_token,
  :tags)
  SENSITIVE = [:display_name, :description, :business_overview]
  include Aws::Structure
end