Class: Aws::DataZone::Types::SnowflakePropertiesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::SnowflakePropertiesOutput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Contains the Snowflake-specific settings returned for an existing connection, including the current role, identity mapping, lineage sync state, and connection status.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_message ⇒ String
An error message returned if the Snowflake connection failed to establish or validate.
-
#identity_mapping ⇒ Types::IdentityMapping
The identity mapping configuration for the Snowflake connection.
-
#lineage_sync ⇒ Types::LineageSyncOutput
The lineage sync configuration for the Snowflake connection.
-
#snowflake_role ⇒ String
The Snowflake role used to access Snowflake resources.
-
#status ⇒ String
The status of the Snowflake connection.
Instance Attribute Details
#error_message ⇒ String
An error message returned if the Snowflake connection failed to establish or validate.
20865 20866 20867 20868 20869 20870 20871 20872 20873 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20865 class SnowflakePropertiesOutput < Struct.new( :snowflake_role, :identity_mapping, :lineage_sync, :status, :error_message) SENSITIVE = [] include Aws::Structure end |
#identity_mapping ⇒ Types::IdentityMapping
The identity mapping configuration for the Snowflake connection.
20865 20866 20867 20868 20869 20870 20871 20872 20873 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20865 class SnowflakePropertiesOutput < Struct.new( :snowflake_role, :identity_mapping, :lineage_sync, :status, :error_message) SENSITIVE = [] include Aws::Structure end |
#lineage_sync ⇒ Types::LineageSyncOutput
The lineage sync configuration for the Snowflake connection.
20865 20866 20867 20868 20869 20870 20871 20872 20873 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20865 class SnowflakePropertiesOutput < Struct.new( :snowflake_role, :identity_mapping, :lineage_sync, :status, :error_message) SENSITIVE = [] include Aws::Structure end |
#snowflake_role ⇒ String
The Snowflake role used to access Snowflake resources.
20865 20866 20867 20868 20869 20870 20871 20872 20873 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20865 class SnowflakePropertiesOutput < Struct.new( :snowflake_role, :identity_mapping, :lineage_sync, :status, :error_message) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the Snowflake connection.
20865 20866 20867 20868 20869 20870 20871 20872 20873 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20865 class SnowflakePropertiesOutput < Struct.new( :snowflake_role, :identity_mapping, :lineage_sync, :status, :error_message) SENSITIVE = [] include Aws::Structure end |