Class: Aws::DevOpsAgent::Types::AWSConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::AWSConfiguration
- 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
-
#account_id ⇒ String
AWS Account Id corresponding to provided resources.
-
#account_type ⇒ String
Account Type 'monitor' for AIDevOps monitoring.
-
#assumable_role_arn ⇒ String
Role ARN to be assumed by AIDevOps to operate on behalf of customer.
Instance Attribute Details
#account_id ⇒ String
AWS Account Id corresponding to provided resources.
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_type ⇒ String
Account Type 'monitor' for AIDevOps monitoring.
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_arn ⇒ String
Role ARN to be assumed by AIDevOps to operate on behalf of customer.
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 |