Module Values.IngressConfigurationSource

Network configuration settings for inbound network traffic.

Sourcetype nonrec t = {
  1. isPubliclyAccessible : Boolean.t option;
    (*

    Specifies whether your App Runner service is publicly accessible. To make the service publicly accessible set it to True. To make the service privately accessible, from only within an Amazon VPC set it to False.

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