Documentation ¶
Index ¶
- func New(version string) func() *schema.Provider
- type Credentials
- type PrivatelinkConfig
- type SnowflakeClient
- func (c *SnowflakeClient) AuthorizePrivatelink() error
- func (c *SnowflakeClient) EnableInternalStagesForPrivatelink(enableInternalStage bool) error
- func (c *SnowflakeClient) GetPrivatelink() (string, error)
- func (c *SnowflakeClient) GetPrivatelinkConfig() (*PrivatelinkConfig, error)
- func (c *SnowflakeClient) NewSnowflakeClient(cred Credentials) (*SnowflakeClient, error)
- func (c *SnowflakeClient) RevokePrivatelink() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Credentials ¶
type PrivatelinkConfig ¶
type PrivatelinkConfig struct { Privatelink_account_name string `json:"privatelink-account-name"` Privatelink_internal_stage string `json:"privatelink-internal-stage"` Privatelink_vpce_id string `json:"privatelink-vpce-id"` Privatelink_account_url string `json:"privatelink-account-url"` Regionless_privatelink_account_url string `json:"regionless-privatelink-account-url"` Privatelink_ocsp_url string `json:"privatelink_ocsp-url"` Privatelink_connection_urls any `json:"privatelink-connection-urls"` }
type SnowflakeClient ¶
func (*SnowflakeClient) AuthorizePrivatelink ¶
func (c *SnowflakeClient) AuthorizePrivatelink() error
func (*SnowflakeClient) EnableInternalStagesForPrivatelink ¶
func (c *SnowflakeClient) EnableInternalStagesForPrivatelink(enableInternalStage bool) error
func (*SnowflakeClient) GetPrivatelink ¶
func (c *SnowflakeClient) GetPrivatelink() (string, error)
func (*SnowflakeClient) GetPrivatelinkConfig ¶
func (c *SnowflakeClient) GetPrivatelinkConfig() (*PrivatelinkConfig, error)
func (*SnowflakeClient) NewSnowflakeClient ¶
func (c *SnowflakeClient) NewSnowflakeClient(cred Credentials) (*SnowflakeClient, error)
func (*SnowflakeClient) RevokePrivatelink ¶
func (c *SnowflakeClient) RevokePrivatelink() error
Click to show internal directories.
Click to hide internal directories.