Class: Aws::ARCRegionswitch::Types::EventSourceMapping
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::EventSourceMapping
- Defined in:
- gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb
Overview
The Amazon Web Services Lambda event source mapping configuration, containing the resource ARN and optional cross-account configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the Lambda event source mapping.
-
#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 event source mapping.
760 761 762 763 764 765 766 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 760 class EventSourceMapping < Struct.new( :cross_account_role, :external_id, :arn) SENSITIVE = [] include Aws::Structure end |
#cross_account_role ⇒ String
The cross account role for the configuration.
760 761 762 763 764 765 766 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 760 class EventSourceMapping < Struct.new( :cross_account_role, :external_id, :arn) SENSITIVE = [] include Aws::Structure end |
#external_id ⇒ String
The external ID (secret key) for the configuration.
760 761 762 763 764 765 766 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 760 class EventSourceMapping < Struct.new( :cross_account_role, :external_id, :arn) SENSITIVE = [] include Aws::Structure end |