SnowflakeTableReference
A reference to a table within Snowflake.
Contents
- accountIdentifier
-
The account identifier for the Snowflake table reference.
Type: String
Length Constraints: Minimum length of 3. Maximum length of 256.
Pattern:
[\p{L}\p{M}\p{N}\p{Pc}\p{Pd}\p{Zs}]+
Required: Yes
- databaseName
-
The name of the database the Snowflake table belongs to.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
[\p{L}\p{M}\p{N}\p{Pc}\p{Pd}\p{Zs}]+
Required: Yes
- schemaName
-
The schema name of the Snowflake table reference.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
[\p{L}\p{M}\p{N}\p{Pc}\p{Pd}\p{Zs}]+
Required: Yes
- secretArn
-
The secret ARN of the Snowflake table reference.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 256.
Pattern:
arn:aws:secretsmanager:[a-z]{2}-[a-z]+-[0-9]:\d{12}:secret:.*
Required: Yes
- tableName
-
The name of the Snowflake table.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
[\p{L}\p{M}\p{N}\p{Pc}\p{Pd}\p{Zs}]+
Required: Yes
- tableSchema
-
The schema of the Snowflake table.
Type: SnowflakeTableSchema object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: