Class: Aws::DataZone::Types::SnowflakePropertiesPatch

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#connectivity_properties_patchTypes::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_syncTypes::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_roleString

The Snowflake role used to access Snowflake resources.

Returns:

  • (String)


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