AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The connector-specific profile properties required when using Snowflake.

Inheritance Hierarchy

System.Object
  Amazon.Appflow.Model.SnowflakeConnectorProfileProperties

Namespace: Amazon.Appflow.Model
Assembly: AWSSDK.Appflow.dll
Version: 3.x.y.z

Syntax

C#
public class SnowflakeConnectorProfileProperties

The SnowflakeConnectorProfileProperties type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AccountName System.String

Gets and sets the property AccountName.

The name of the account.

Public Property BucketName System.String

Gets and sets the property BucketName.

The name of the Amazon S3 bucket associated with Snowflake.

Public Property BucketPrefix System.String

Gets and sets the property BucketPrefix.

The bucket path that refers to the Amazon S3 bucket associated with Snowflake.

Public Property PrivateLinkServiceName System.String

Gets and sets the property PrivateLinkServiceName.

The Snowflake Private Link service name to be used for private data transfers.

Public Property Region System.String

Gets and sets the property Region.

The Amazon Web Services Region of the Snowflake account.

Public Property Stage System.String

Gets and sets the property Stage.

The name of the Amazon S3 stage that was created while setting up an Amazon S3 stage in the Snowflake account. This is written in the following format: < Database>< Schema>.

Public Property Warehouse System.String

Gets and sets the property Warehouse.

The name of the Snowflake warehouse.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5