Class: Aws::Appflow::Types::SnowflakeConnectorProfileProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::SnowflakeConnectorProfileProperties
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appflow/types.rb
Overview
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",
}
The connector-specific profile properties required when using Snowflake.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_name ⇒ String
The name of the account.
-
#bucket_name ⇒ String
The name of the Amazon S3 bucket associated with Snowflake.
-
#bucket_prefix ⇒ String
The bucket path that refers to the Amazon S3 bucket associated with Snowflake.
-
#private_link_service_name ⇒ String
The Snowflake Private Link service name to be used for private data transfers.
-
#region ⇒ String
The AWS Region of the Snowflake account.
-
#stage ⇒ String
The name of the Amazon S3 stage that was created while setting up an Amazon S3 stage in the Snowflake account.
-
#warehouse ⇒ String
The name of the Snowflake warehouse.
Instance Attribute Details
#account_name ⇒ String
The name of the account.
4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 |
# File 'lib/aws-sdk-appflow/types.rb', line 4152 class SnowflakeConnectorProfileProperties < Struct.new( :warehouse, :stage, :bucket_name, :bucket_prefix, :private_link_service_name, :account_name, :region) SENSITIVE = [] include Aws::Structure end |
#bucket_name ⇒ String
The name of the Amazon S3 bucket associated with Snowflake.
4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 |
# File 'lib/aws-sdk-appflow/types.rb', line 4152 class SnowflakeConnectorProfileProperties < Struct.new( :warehouse, :stage, :bucket_name, :bucket_prefix, :private_link_service_name, :account_name, :region) SENSITIVE = [] include Aws::Structure end |
#bucket_prefix ⇒ String
The bucket path that refers to the Amazon S3 bucket associated with Snowflake.
4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 |
# File 'lib/aws-sdk-appflow/types.rb', line 4152 class SnowflakeConnectorProfileProperties < Struct.new( :warehouse, :stage, :bucket_name, :bucket_prefix, :private_link_service_name, :account_name, :region) SENSITIVE = [] include Aws::Structure end |
#private_link_service_name ⇒ String
The Snowflake Private Link service name to be used for private data transfers.
4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 |
# File 'lib/aws-sdk-appflow/types.rb', line 4152 class SnowflakeConnectorProfileProperties < Struct.new( :warehouse, :stage, :bucket_name, :bucket_prefix, :private_link_service_name, :account_name, :region) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The AWS Region of the Snowflake account.
4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 |
# File 'lib/aws-sdk-appflow/types.rb', line 4152 class SnowflakeConnectorProfileProperties < Struct.new( :warehouse, :stage, :bucket_name, :bucket_prefix, :private_link_service_name, :account_name, :region) SENSITIVE = [] include Aws::Structure end |
#stage ⇒ String
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>.
4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 |
# File 'lib/aws-sdk-appflow/types.rb', line 4152 class SnowflakeConnectorProfileProperties < Struct.new( :warehouse, :stage, :bucket_name, :bucket_prefix, :private_link_service_name, :account_name, :region) SENSITIVE = [] include Aws::Structure end |
#warehouse ⇒ String
The name of the Snowflake warehouse.
4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 |
# File 'lib/aws-sdk-appflow/types.rb', line 4152 class SnowflakeConnectorProfileProperties < Struct.new( :warehouse, :stage, :bucket_name, :bucket_prefix, :private_link_service_name, :account_name, :region) SENSITIVE = [] include Aws::Structure end |