Module Values.DescribeConnectionResourceParametersSource

The parameters for EventBridge to use when invoking the resource endpoint.

Sourcetype nonrec t = {
  1. resourceConfigurationArn : ResourceConfigurationArn.t option;
    (*

    The Amazon Resource Name (ARN) of the resource configuration for the private API.

    *)
  2. 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 .

    *)
}
Sourceval make : ?resourceConfigurationArn:??? -> ?resourceAssociationArn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ResourceConfigurationArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t