SnowflakePropertiesOutput
Contains the Snowflake-specific settings returned for an existing connection, including the current role, identity mapping, lineage sync state, and connection status.
Contents
- identityMapping
-
The identity mapping configuration for the Snowflake connection.
Type: IdentityMapping object
Required: Yes
- lineageSync
-
The lineage sync configuration for the Snowflake connection.
Type: LineageSyncOutput object
Required: Yes
- snowflakeRole
-
The Snowflake role used to access Snowflake resources.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[a-zA-Z0-9_$]+Required: Yes
- status
-
The status of the Snowflake connection.
Type: String
Valid Values:
CREATING | CREATE_FAILED | DELETING | DELETE_FAILED | READY | UPDATING | UPDATE_FAILED | DELETEDRequired: Yes
- errorMessage
-
An error message returned if the Snowflake connection failed to establish or validate.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: