Module Values.CreateVpcIngressConnectionRequestSource

Create 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.

Sourcetype nonrec t = {
  1. serviceArn : AppRunnerResourceArn.t;
    (*

    The Amazon Resource Name (ARN) for this App Runner service that is used to create the VPC Ingress Connection resource.

    *)
  2. 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.

    *)
  3. 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.

    *)
  4. tags : TagList.t option;
    (*

    An optional list of metadata items that you can associate with the VPC Ingress Connection resource. A tag is a key-value pair.

    *)
}
Sourceval context_ : string
Sourceval make : ?tags:??? -> serviceArn:AppRunnerResourceArn.t -> vpcIngressConnectionName:VpcIngressConnectionName.t -> ingressVpcConfiguration:IngressVpcConfiguration.t -> unit -> t
Sourceval 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 ]
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