Class: Aws::DevOpsAgent::Types::AWSConfiguration

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

Overview

Configuration for AWS monitor account integration, allowing AIDevOps to monitor AWS resources.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

AWS Account Id corresponding to provided resources.

Returns:

  • (String)


30
31
32
33
34
35
36
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 30

class AWSConfiguration < Struct.new(
  :assumable_role_arn,
  :account_id,
  :account_type)
  SENSITIVE = []
  include Aws::Structure
end

#account_typeString

Account Type 'monitor' for AIDevOps monitoring.

Returns:

  • (String)


30
31
32
33
34
35
36
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 30

class AWSConfiguration < Struct.new(
  :assumable_role_arn,
  :account_id,
  :account_type)
  SENSITIVE = []
  include Aws::Structure
end

#assumable_role_arnString

Role ARN to be assumed by AIDevOps to operate on behalf of customer.

Returns:

  • (String)


30
31
32
33
34
35
36
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 30

class AWSConfiguration < Struct.new(
  :assumable_role_arn,
  :account_id,
  :account_type)
  SENSITIVE = []
  include Aws::Structure
end