Class: Aws::DataZone::Types::SnowflakePropertiesOutput

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

Instance Attribute Details

#error_message ⇒ String

An error message returned if the Snowflake connection failed to establish or validate.

Returns:

  • (String)


21159
21160
21161
21162
21163
21164
21165
21166
21167
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21159

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.



21159
21160
21161
21162
21163
21164
21165
21166
21167
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21159

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.



21159
21160
21161
21162
21163
21164
21165
21166
21167
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21159

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.

Returns:

  • (String)


21159
21160
21161
21162
21163
21164
21165
21166
21167
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21159

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.

Returns:

  • (String)


21159
21160
21161
21162
21163
21164
21165
21166
21167
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21159

class SnowflakePropertiesOutput < Struct.new(
  :snowflake_role,
  :identity_mapping,
  :lineage_sync,
  :status,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end