Module Values.SnowflakeVpcConfigurationSource

Configure a Snowflake VPC

Sourcetype nonrec t = {
  1. privateLinkVpceId : SnowflakePrivateLinkVpceId.t;
    (*

    The VPCE ID for Firehose to privately connect with Snowflake. The ID format is com.amazonaws.vpce.[region].vpce-svc-<[id]>. For more information, see Amazon PrivateLink & Snowflake

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