Class: Aws::EventBridge::Types::DescribeConnectionResourceParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::DescribeConnectionResourceParameters
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eventbridge/types.rb
Overview
The parameters for EventBridge to use when invoking the resource endpoint.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_association_arn ⇒ String
For connections to private APIs, the Amazon Resource Name (ARN) of the resource association EventBridge created between the connection and the private API’s resource configuration.
-
#resource_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the resource configuration for the private API.
Instance Attribute Details
#resource_association_arn ⇒ String
For connections to private APIs, the Amazon Resource Name (ARN) of the resource association EventBridge created between the connection and the private API’s resource configuration.
For more information, see [ Managing service network resource associations for connections] in the Amazon EventBridge User Guide .
[1]: docs.aws.amazon.com/eventbridge/latest/userguide/connection-private.html#connection-private-snra
1763 1764 1765 1766 1767 1768 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 1763 class DescribeConnectionResourceParameters < Struct.new( :resource_configuration_arn, :resource_association_arn) SENSITIVE = [] include Aws::Structure end |
#resource_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the resource configuration for the private API.
1763 1764 1765 1766 1767 1768 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 1763 class DescribeConnectionResourceParameters < Struct.new( :resource_configuration_arn, :resource_association_arn) SENSITIVE = [] include Aws::Structure end |