Module Values.VpcDNSTargetSource

DNS Target record for a custom domain of this Amazon VPC.

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

    The Amazon Resource Name (ARN) of the VPC Ingress Connection that is associated with your service.

    *)
  2. vpcId : String_.t option;
    (*

    The ID of the Amazon VPC that is associated with the custom domain name of the target DNS.

    *)
  3. domainName : DomainName.t option;
    (*

    The domain name of your target DNS that is associated with the Amazon VPC.

    *)
}
Sourceval make : ?vpcIngressConnectionArn:??? -> ?vpcId:??? -> ?domainName:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AppRunnerResourceArn.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