Class: Aws::DevOpsAgent::Types::SourceAwsConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::SourceAwsConfiguration
- Defined in:
- gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb
Overview
Configuration for AWS source account integration. Note: passRole check on 'assumableRoleArn' is not supported.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
AWS Account Id corresponding to provided resources.
-
#account_type ⇒ String
Account Type 'source' for AIDevOps monitoring.
-
#assumable_role_arn ⇒ String
Role ARN to be assumed by AIDevOps to operate on behalf of customer.
-
#external_id ⇒ String
External ID for additional security when assuming the role.
Instance Attribute Details
#account_id ⇒ String
AWS Account Id corresponding to provided resources.
4470 4471 4472 4473 4474 4475 4476 4477 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 4470 class SourceAwsConfiguration < Struct.new( :account_id, :account_type, :assumable_role_arn, :external_id) SENSITIVE = [] include Aws::Structure end |
#account_type ⇒ String
Account Type 'source' for AIDevOps monitoring.
4470 4471 4472 4473 4474 4475 4476 4477 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 4470 class SourceAwsConfiguration < Struct.new( :account_id, :account_type, :assumable_role_arn, :external_id) SENSITIVE = [] include Aws::Structure end |
#assumable_role_arn ⇒ String
Role ARN to be assumed by AIDevOps to operate on behalf of customer.
4470 4471 4472 4473 4474 4475 4476 4477 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 4470 class SourceAwsConfiguration < Struct.new( :account_id, :account_type, :assumable_role_arn, :external_id) SENSITIVE = [] include Aws::Structure end |
#external_id ⇒ String
External ID for additional security when assuming the role. Used to prevent the confused deputy problem.
4470 4471 4472 4473 4474 4475 4476 4477 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 4470 class SourceAwsConfiguration < Struct.new( :account_id, :account_type, :assumable_role_arn, :external_id) SENSITIVE = [] include Aws::Structure end |