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 ]