Class: Aws::Redshift::Types::LakehouseConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::LakehouseConfiguration
- 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
-
#catalog_arn ⇒ String
The Amazon Resource Name (ARN) of the Glue data catalog associated with the lakehouse configuration.
-
#cluster_identifier ⇒ String
The unique identifier of the cluster associated with this lakehouse configuration.
-
#lakehouse_idc_application_arn ⇒ String
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.
-
#lakehouse_registration_status ⇒ String
The current status of the lakehouse registration.
Instance Attribute Details
#catalog_arn ⇒ String
The Amazon Resource Name (ARN) of the Glue data catalog associated with the lakehouse configuration.
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_identifier ⇒ String
The unique identifier of the cluster associated with this lakehouse configuration.
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_arn ⇒ String
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.
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_status ⇒ String
The current status of the lakehouse registration. Indicates whether the cluster is successfully registered with the lakehouse.
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 |