You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Appflow::Types::SnowflakeConnectorProfileProperties

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing SnowflakeConnectorProfileProperties as input to an Aws::Client method, you can use a vanilla Hash:

{
  warehouse: "Warehouse", # required
  stage: "Stage", # required
  bucket_name: "BucketName", # required
  bucket_prefix: "BucketPrefix",
  private_link_service_name: "PrivateLinkServiceName",
  account_name: "AccountName",
  region: "Region",
}

The connector-specific profile properties required when using Snowflake.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#account_nameString

The name of the account.

Returns:

  • (String)

    The name of the account.

#bucket_nameString

The name of the Amazon S3 bucket associated with Snowflake.

Returns:

  • (String)

    The name of the Amazon S3 bucket associated with Snowflake.

#bucket_prefixString

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

Returns:

  • (String)

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

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

Returns:

  • (String)

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

#regionString

The AWS Region of the Snowflake account.

Returns:

  • (String)

    The AWS Region of the Snowflake account.

#stageString

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>.

Returns:

  • (String)

    The name of the Amazon S3 stage that was created while setting up an Amazon S3 stage in the Snowflake account.

#warehouseString

The name of the Snowflake warehouse.

Returns:

  • (String)

    The name of the Snowflake warehouse.