

# SnowflakePropertiesInput
<a name="API_SnowflakePropertiesInput"></a>

Contains the Snowflake-specific settings required when creating or updating a connection, including the Snowflake role, identity mapping, and lineage sync configuration.

## Contents
<a name="API_SnowflakePropertiesInput_Contents"></a>

 ** identityMapping **   <a name="datazone-Type-SnowflakePropertiesInput-identityMapping"></a>
The identity mapping configuration for the Snowflake connection.  
Type: [IdentityMapping](API_IdentityMapping.md) object  
Required: Yes

 ** snowflakeRole **   <a name="datazone-Type-SnowflakePropertiesInput-snowflakeRole"></a>
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

 ** connectivityProperties **   <a name="datazone-Type-SnowflakePropertiesInput-connectivityProperties"></a>
The connectivity properties of the Snowflake connection.  
Type: [ConnectivityProperties](API_ConnectivityProperties.md) object  
Required: No

 ** lineageSync **   <a name="datazone-Type-SnowflakePropertiesInput-lineageSync"></a>
The lineage sync configuration for the Snowflake connection.  
Type: [LineageSyncInput](API_LineageSyncInput.md) object  
Required: No

## See Also
<a name="API_SnowflakePropertiesInput_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\+\+](https://docs.aws.amazon.com/goto/SdkForCpp/datazone-2018-05-10/SnowflakePropertiesInput) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/datazone-2018-05-10/SnowflakePropertiesInput) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/datazone-2018-05-10/SnowflakePropertiesInput) 