AWS::AppFlow::ConnectorProfile SnowflakeConnectorProfileProperties
The connector-specific profile properties required when using Snowflake.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AccountName" :String, "BucketName" :String, "BucketPrefix" :String, "PrivateLinkServiceName" :String, "Region" :String, "Stage" :String, "Warehouse" :String}
YAML
AccountName:StringBucketName:StringBucketPrefix:StringPrivateLinkServiceName:StringRegion:StringStage:StringWarehouse:String
Properties
AccountName-
The name of the account.
Required: No
Type: String
Maximum:
512Pattern:
\S+Update requires: No interruption
BucketName-
The name of the Amazon S3 bucket associated with Snowflake.
Required: Yes
Type: String
Minimum:
3Maximum:
63Pattern:
\S+Update requires: No interruption
BucketPrefix-
The bucket path that refers to the Amazon S3 bucket associated with Snowflake.
Required: No
Type: String
Maximum:
512Pattern:
.*Update requires: No interruption
PrivateLinkServiceName-
The Snowflake Private Link service name to be used for private data transfers.
Required: No
Type: String
Maximum:
512Pattern:
^$|com.amazonaws.vpce.[\w/!:@#.\-]+Update requires: No interruption
Region-
The Amazon Web Services Region of the Snowflake account.
Required: No
Type: String
Maximum:
64Pattern:
\S+Update requires: No interruption
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>.
Required: Yes
Type: String
Maximum:
512Pattern:
\S+Update requires: No interruption
Warehouse-
The name of the Snowflake warehouse.
Required: Yes
Type: String
Maximum:
512Pattern:
[\s\w/!@#+=.-]*Update requires: No interruption
See also
-
SnowflakeConnectorProfileProperties in the Amazon AppFlow API Reference.