Module Values.VpcIngressConnectionSummarySource

Provides summary information about an VPC Ingress Connection, which includes its VPC Ingress Connection ARN and its associated Service ARN.

Sourcetype nonrec t = {
  1. vpcIngressConnectionArn : AppRunnerResourceArn.t option;
    (*

    The Amazon Resource Name (ARN) of the VPC Ingress Connection.

    *)
  2. serviceArn : AppRunnerResourceArn.t option;
    (*

    The Amazon Resource Name (ARN) of the service associated with the VPC Ingress Connection.

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