Module Values.DatabaseSourceVPCConfigurationSource

The structure for details of the VPC Endpoint Service which Firehose uses to create a PrivateLink to the database. Amazon Data Firehose is in preview release and is subject to change.

Sourcetype nonrec t = {
  1. vpcEndpointServiceName : VpcEndpointServiceName.t;
    (*

    The VPC endpoint service name which Firehose uses to create a PrivateLink to the database. The endpoint service must have the Firehose service principle firehose.amazonaws.com as an allowed principal on the VPC endpoint service. The VPC endpoint service name is a string that looks like com.amazonaws.vpce.<region>.<vpc-endpoint-service-id>. Amazon Data Firehose is in preview release and is subject to change.

    *)
}
Sourceval context_ : string
Sourceval make : vpcEndpointServiceName:VpcEndpointServiceName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of VpcEndpointServiceName.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