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_messageString

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

Returns:

  • (String)


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_mappingTypes::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_syncTypes::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_roleString

The Snowflake role used to access Snowflake resources.

Returns:

  • (String)


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

#statusString

The status of the Snowflake connection.

Returns:

  • (String)


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