Class: Aws::DatabaseMigrationService::Types::LakehouseSettings

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb

Overview

Provides information that defines a Lakehouse endpoint. This endpoint type is used for zero-ETL integrations with Lakehouse data warehouses.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the Lakehouse resource that serves as the target for this endpoint.

Returns:

  • (String)


7410
7411
7412
7413
7414
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 7410

class LakehouseSettings < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end