Values.CreateVpcIngressConnectionRequestSourceCreate an App Runner VPC Ingress Connection resource. App Runner requires this resource when you want to associate your App Runner service with an Amazon VPC endpoint.
type nonrec t = {serviceArn : AppRunnerResourceArn.t;The Amazon Resource Name (ARN) for this App Runner service that is used to create the VPC Ingress Connection resource.
*)vpcIngressConnectionName : VpcIngressConnectionName.t;A name for the VPC Ingress Connection resource. It must be unique across all the active VPC Ingress Connections in your Amazon Web Services account in the Amazon Web Services Region.
*)ingressVpcConfiguration : IngressVpcConfiguration.t;Specifications for the customer’s Amazon VPC and the related Amazon Web Services PrivateLink VPC endpoint that are used to create the VPC Ingress Connection resource.
*)}val make :
?tags:??? ->
serviceArn:AppRunnerResourceArn.t ->
vpcIngressConnectionName:VpcIngressConnectionName.t ->
ingressVpcConfiguration:IngressVpcConfiguration.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of AppRunnerResourceArn.t
| `Structure of (string * [> `String of String_.t ]) list ])
list ]