Module Values_3.CreateVerifiedAccessEndpointRdsOptionsSource

Describes the RDS options for a Verified Access endpoint.

Sourcetype nonrec t = {
  1. protocol : Values_0.VerifiedAccessEndpointProtocol.t option;
    (*

    The protocol.

    *)
  2. port : Values_0.VerifiedAccessEndpointPortNumber.t option;
    (*

    The port.

    *)
  3. rdsDbInstanceArn : RdsDbInstanceArn.t option;
    (*

    The ARN of the RDS instance.

    *)
  4. rdsDbClusterArn : RdsDbClusterArn.t option;
    (*

    The ARN of the DB cluster.

    *)
  5. rdsDbProxyArn : RdsDbProxyArn.t option;
    (*

    The ARN of the RDS proxy.

    *)
  6. rdsEndpoint : Values_0.String_.t option;
    (*

    The RDS endpoint.

    *)
  7. subnetIds : CreateVerifiedAccessEndpointSubnetIdList.t option;
    (*

    The IDs of the subnets. You can specify only one subnet per Availability Zone.

    *)
}
Sourceval make : ?protocol:??? -> ?port:??? -> ?rdsDbInstanceArn:??? -> ?rdsDbClusterArn:??? -> ?rdsDbProxyArn:??? -> ?rdsEndpoint:??? -> ?subnetIds:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of Values_0.VerifiedAccessEndpointPortNumber.t | `List of [> `String of Values_0.SubnetId.t ] list | `String of RdsDbInstanceArn.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