class Aws::Appflow::Types::SnowflakeConnectorProfileProperties
The connector-specific profile properties required when using Snowflake.
@note When making an API call, you may pass SnowflakeConnectorProfileProperties
data as a hash: { warehouse: "Warehouse", # required stage: "Stage", # required bucket_name: "BucketName", # required bucket_prefix: "BucketPrefix", private_link_service_name: "PrivateLinkServiceName", account_name: "AccountName", region: "Region", }
@!attribute [rw] warehouse
The name of the Snowflake warehouse. @return [String]
@!attribute [rw] 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><Stage Name>. @return [String]
@!attribute [rw] bucket_name
The name of the Amazon S3 bucket associated with Snowflake. @return [String]
@!attribute [rw] bucket_prefix
The bucket path that refers to the Amazon S3 bucket associated with Snowflake. @return [String]
@!attribute [rw] private_link_service_name
The Snowflake Private Link service name to be used for private data transfers. @return [String]
@!attribute [rw] account_name
The name of the account. @return [String]
@!attribute [rw] region
The Amazon Web Services Region of the Snowflake account. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/SnowflakeConnectorProfileProperties AWS API Documentation
Constants
- SENSITIVE