Class: Aws::Appflow::Types::SnowflakeConnectorProfileProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::SnowflakeConnectorProfileProperties
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appflow/types.rb
Overview
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 Amazon Web Services 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.
4989 4990 4991 4992 4993 4994 4995 4996 4997 4998 4999 |
# File 'lib/aws-sdk-appflow/types.rb', line 4989 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.
4989 4990 4991 4992 4993 4994 4995 4996 4997 4998 4999 |
# File 'lib/aws-sdk-appflow/types.rb', line 4989 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.
4989 4990 4991 4992 4993 4994 4995 4996 4997 4998 4999 |
# File 'lib/aws-sdk-appflow/types.rb', line 4989 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.
4989 4990 4991 4992 4993 4994 4995 4996 4997 4998 4999 |
# File 'lib/aws-sdk-appflow/types.rb', line 4989 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 Amazon Web Services Region of the Snowflake account.
4989 4990 4991 4992 4993 4994 4995 4996 4997 4998 4999 |
# File 'lib/aws-sdk-appflow/types.rb', line 4989 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>.
4989 4990 4991 4992 4993 4994 4995 4996 4997 4998 4999 |
# File 'lib/aws-sdk-appflow/types.rb', line 4989 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.
4989 4990 4991 4992 4993 4994 4995 4996 4997 4998 4999 |
# File 'lib/aws-sdk-appflow/types.rb', line 4989 class SnowflakeConnectorProfileProperties < Struct.new( :warehouse, :stage, :bucket_name, :bucket_prefix, :private_link_service_name, :account_name, :region) SENSITIVE = [] include Aws::Structure end |