Values.VpcIngressConnectionSourceThe App Runner resource that specifies an App Runner endpoint for incoming traffic. It establishes a connection between a VPC interface endpoint and a App Runner service, to make your App Runner service accessible from only within an Amazon VPC.
type nonrec t = {vpcIngressConnectionArn : AppRunnerResourceArn.t option;The Amazon Resource Name (ARN) of the VPC Ingress Connection.
*)vpcIngressConnectionName : VpcIngressConnectionName.t option;The customer-provided VPC Ingress Connection name.
*)serviceArn : AppRunnerResourceArn.t option;The Amazon Resource Name (ARN) of the service associated with the VPC Ingress Connection.
*)status : VpcIngressConnectionStatus.t option;The current status of the VPC Ingress Connection. The VPC Ingress Connection displays one of the following statuses: AVAILABLE, PENDING_CREATION, PENDING_UPDATE, PENDING_DELETION,FAILED_CREATION, FAILED_UPDATE, FAILED_DELETION, and DELETED..
*)accountId : CustomerAccountId.t option;The Account Id you use to create the VPC Ingress Connection resource.
*)domainName : DomainName.t option;The domain name associated with the VPC Ingress Connection resource.
*)ingressVpcConfiguration : IngressVpcConfiguration.t option;Specifications for the customer’s VPC and related PrivateLink VPC endpoint that are used to associate with the VPC Ingress Connection resource.
*)createdAt : Timestamp.t option;The time when the VPC Ingress Connection was created. It's in the Unix time stamp format. Type: Timestamp Required: Yes
*)deletedAt : Timestamp.t option;The time when the App Runner service was deleted. It's in the Unix time stamp format. Type: Timestamp Required: No
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of AppRunnerResourceArn.t
| `Structure of (string * [> `String of String_.t ]) list
| `Timestamp of Timestamp.t ])
list ]