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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#account_idString

AWS Account Id corresponding to provided resources.

Returns:

  • (String)


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_typeString

Account Type 'source' for AIDevOps monitoring.

Returns:

  • (String)


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_arnString

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

Returns:

  • (String)


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_idString

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

Returns:

  • (String)


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