Class: Aws::Redshift::Types::LakehouseConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-redshift/types.rb

Overview

Contains configuration information for lakehouse integration, including the cluster identifier, catalog ARN, and registration status.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_arnString

The Amazon Resource Name (ARN) of the Glue data catalog associated with the lakehouse configuration.

Returns:

  • (String)


7968
7969
7970
7971
7972
7973
7974
7975
# File 'lib/aws-sdk-redshift/types.rb', line 7968

class LakehouseConfiguration < Struct.new(
  :cluster_identifier,
  :lakehouse_idc_application_arn,
  :lakehouse_registration_status,
  :catalog_arn)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_identifierString

The unique identifier of the cluster associated with this lakehouse configuration.

Returns:

  • (String)


7968
7969
7970
7971
7972
7973
7974
7975
# File 'lib/aws-sdk-redshift/types.rb', line 7968

class LakehouseConfiguration < Struct.new(
  :cluster_identifier,
  :lakehouse_idc_application_arn,
  :lakehouse_registration_status,
  :catalog_arn)
  SENSITIVE = []
  include Aws::Structure
end

#lakehouse_idc_application_arnString

The Amazon Resource Name (ARN) of the IAM Identity Center application used for enabling Amazon Web Services IAM Identity Center trusted identity propagation on a cluster enabled with Amazon Redshift federated permissions.

Returns:

  • (String)


7968
7969
7970
7971
7972
7973
7974
7975
# File 'lib/aws-sdk-redshift/types.rb', line 7968

class LakehouseConfiguration < Struct.new(
  :cluster_identifier,
  :lakehouse_idc_application_arn,
  :lakehouse_registration_status,
  :catalog_arn)
  SENSITIVE = []
  include Aws::Structure
end

#lakehouse_registration_statusString

The current status of the lakehouse registration. Indicates whether the cluster is successfully registered with the lakehouse.

Returns:

  • (String)


7968
7969
7970
7971
7972
7973
7974
7975
# File 'lib/aws-sdk-redshift/types.rb', line 7968

class LakehouseConfiguration < Struct.new(
  :cluster_identifier,
  :lakehouse_idc_application_arn,
  :lakehouse_registration_status,
  :catalog_arn)
  SENSITIVE = []
  include Aws::Structure
end