Module Values.RoutedResourceSource

Contains information about the routed resource.

Sourcetype nonrec t = {
  1. name : ResourceName.t option;
    (*

    The name of the routed resource.

    *)
  2. arn : AmazonResourceName.t option;
    (*

    The ARN of the routed resource. For more information, see Amazon Resource Names (ARNs) in the AWS General Reference.

    *)
}
Sourceval make : ?name:??? -> ?arn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ResourceName.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