Class: Aws::DataZone::Types::SnowflakePropertiesPatch
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::SnowflakePropertiesPatch
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Contains the Snowflake-specific settings to update on an existing connection. Include only the fields you want to change.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connectivity_properties_patch ⇒ Types::ConnectivityPropertiesPatch
The connectivity properties patch of the Snowflake connection.
-
#lineage_sync ⇒ Types::LineageSyncInput
The lineage sync configuration for the Snowflake connection.
-
#snowflake_role ⇒ String
The Snowflake role used to access Snowflake resources.
Instance Attribute Details
#connectivity_properties_patch ⇒ Types::ConnectivityPropertiesPatch
The connectivity properties patch of the Snowflake connection.
20892 20893 20894 20895 20896 20897 20898 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20892 class SnowflakePropertiesPatch < Struct.new( :connectivity_properties_patch, :snowflake_role, :lineage_sync) SENSITIVE = [] include Aws::Structure end |
#lineage_sync ⇒ Types::LineageSyncInput
The lineage sync configuration for the Snowflake connection.
20892 20893 20894 20895 20896 20897 20898 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20892 class SnowflakePropertiesPatch < Struct.new( :connectivity_properties_patch, :snowflake_role, :lineage_sync) SENSITIVE = [] include Aws::Structure end |
#snowflake_role ⇒ String
The Snowflake role used to access Snowflake resources.
20892 20893 20894 20895 20896 20897 20898 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20892 class SnowflakePropertiesPatch < Struct.new( :connectivity_properties_patch, :snowflake_role, :lineage_sync) SENSITIVE = [] include Aws::Structure end |