Class: Aws::DataZone::Types::SnowflakePropertiesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::SnowflakePropertiesInput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Contains the Snowflake-specific settings required when creating or updating a connection, including the Snowflake role, identity mapping, and lineage sync configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connectivity_properties ⇒ Types::ConnectivityProperties
The connectivity properties of the Snowflake connection.
-
#identity_mapping ⇒ Types::IdentityMapping
The identity mapping configuration for 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 ⇒ Types::ConnectivityProperties
The connectivity properties of the Snowflake connection.
20829 20830 20831 20832 20833 20834 20835 20836 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20829 class SnowflakePropertiesInput < Struct.new( :connectivity_properties, :snowflake_role, :identity_mapping, :lineage_sync) SENSITIVE = [] include Aws::Structure end |
#identity_mapping ⇒ Types::IdentityMapping
The identity mapping configuration for the Snowflake connection.
20829 20830 20831 20832 20833 20834 20835 20836 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20829 class SnowflakePropertiesInput < Struct.new( :connectivity_properties, :snowflake_role, :identity_mapping, :lineage_sync) SENSITIVE = [] include Aws::Structure end |
#lineage_sync ⇒ Types::LineageSyncInput
The lineage sync configuration for the Snowflake connection.
20829 20830 20831 20832 20833 20834 20835 20836 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20829 class SnowflakePropertiesInput < Struct.new( :connectivity_properties, :snowflake_role, :identity_mapping, :lineage_sync) SENSITIVE = [] include Aws::Structure end |
#snowflake_role ⇒ String
The Snowflake role used to access Snowflake resources.
20829 20830 20831 20832 20833 20834 20835 20836 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20829 class SnowflakePropertiesInput < Struct.new( :connectivity_properties, :snowflake_role, :identity_mapping, :lineage_sync) SENSITIVE = [] include Aws::Structure end |