Class: Aws::ARCRegionswitch::Types::Lambdas
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::Lambdas
- Defined in:
- gems/aws-sdk-arcregionswitch/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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the Lambda function.
-
#cross_account_role ⇒ String
The cross account role for the configuration.
-
#external_id ⇒ String
The external ID (secret key) for the configuration.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the Lambda function.
1248 1249 1250 1251 1252 1253 1254 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1248 class Lambdas < Struct.new( :cross_account_role, :external_id, :arn) SENSITIVE = [] include Aws::Structure end |
#cross_account_role ⇒ String
The cross account role for the configuration.
1248 1249 1250 1251 1252 1253 1254 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1248 class Lambdas < Struct.new( :cross_account_role, :external_id, :arn) SENSITIVE = [] include Aws::Structure end |
#external_id ⇒ String
The external ID (secret key) for the configuration.
1248 1249 1250 1251 1252 1253 1254 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1248 class Lambdas < Struct.new( :cross_account_role, :external_id, :arn) SENSITIVE = [] include Aws::Structure end |