Class: Aws::ARCRegionswitch::Types::Lambdas

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-arcregionswitch/types.rb

Overview

Configuration for Amazon Web Services Lambda functions used in a Region switch plan.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the Lambda function.

Returns:

  • (String)


1476
1477
1478
1479
1480
1481
1482
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 1476

class Lambdas < Struct.new(
  :cross_account_role,
  :external_id,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#cross_account_roleString

The cross account role for the configuration.

Returns:

  • (String)


1476
1477
1478
1479
1480
1481
1482
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 1476

class Lambdas < Struct.new(
  :cross_account_role,
  :external_id,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#external_idString

The external ID (secret key) for the configuration.

Returns:

  • (String)


1476
1477
1478
1479
1480
1481
1482
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 1476

class Lambdas < Struct.new(
  :cross_account_role,
  :external_id,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end