Module Values.IngressVpcConfigurationSource

The configuration of your VPC and the associated VPC endpoint. The VPC endpoint is an Amazon Web Services PrivateLink resource that allows access to your App Runner services from within an Amazon VPC.

Sourcetype nonrec t = {
  1. vpcId : String_.t option;
    (*

    The ID of the VPC that is used for the VPC endpoint.

    *)
  2. vpcEndpointId : String_.t option;
    (*

    The ID of the VPC endpoint that your App Runner service connects to.

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