Class: Aws::DevOpsAgent::Types::SourceAwsConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#account_idString

AWS Account Id corresponding to provided resources.

Returns:

  • (String)


4485
4486
4487
4488
4489
4490
4491
4492
# File 'lib/aws-sdk-devopsagent/types.rb', line 4485

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

#account_typeString

Account Type ‘source’ for AIDevOps monitoring.

Returns:

  • (String)


4485
4486
4487
4488
4489
4490
4491
4492
# File 'lib/aws-sdk-devopsagent/types.rb', line 4485

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

#assumable_role_arnString

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

Returns:

  • (String)


4485
4486
4487
4488
4489
4490
4491
4492
# File 'lib/aws-sdk-devopsagent/types.rb', line 4485

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

#external_idString

External ID for additional security when assuming the role. Used to prevent the confused deputy problem.

Returns:

  • (String)


4485
4486
4487
4488
4489
4490
4491
4492
# File 'lib/aws-sdk-devopsagent/types.rb', line 4485

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