Values.DescribeConnectionResourceParametersSourceThe parameters for EventBridge to use when invoking the resource endpoint.
type nonrec t = {resourceConfigurationArn : ResourceConfigurationArn.t option;The Amazon Resource Name (ARN) of the resource configuration for the private API.
*)resourceAssociationArn : ResourceAssociationArn.t option;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 .
*)}val to_value :
t ->
[> `Structure of (string * [> `String of ResourceConfigurationArn.t ]) list ]