Class: Aws::WellArchitected::Types::AggregationConfiguration

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

Overview

Configuration settings that define the scope of Amazon Web Services resources to analyze for optimization recommendations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_role_arnString

The ARN of an IAM role to assume for resource analysis in this account.

Returns:

  • (String)


519
520
521
522
523
524
525
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 519

class AggregationConfiguration < Struct.new(
  :account_id,
  :regions,
  :access_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#account_idString

The Amazon Web Services account ID to analyze.

Returns:

  • (String)


519
520
521
522
523
524
525
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 519

class AggregationConfiguration < Struct.new(
  :account_id,
  :regions,
  :access_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#regionsArray<String>

A list of Amazon Web Services Regions to include in the analysis.

Returns:

  • (Array<String>)


519
520
521
522
523
524
525
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 519

class AggregationConfiguration < Struct.new(
  :account_id,
  :regions,
  :access_role_arn)
  SENSITIVE = []
  include Aws::Structure
end