Class: Aws::EventBridge::Types::DescribeConnectionConnectivityParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::DescribeConnectionConnectivityParameters
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eventbridge/types.rb
Overview
If the connection uses a private OAuth endpoint, the parameters for EventBridge to use when authenticating against the endpoint.
For more information, see [Authorization methods for connections] in the Amazon EventBridge User Guide .
[1]: docs.aws.amazon.com/eventbridge/latest/userguide/eb-target-connection-auth.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_parameters ⇒ Types::DescribeConnectionResourceParameters
The parameters for EventBridge to use when invoking the resource endpoint.
Instance Attribute Details
#resource_parameters ⇒ Types::DescribeConnectionResourceParameters
The parameters for EventBridge to use when invoking the resource endpoint.
1681 1682 1683 1684 1685 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 1681 class DescribeConnectionConnectivityParameters < Struct.new( :resource_parameters) SENSITIVE = [] include Aws::Structure end |