Class: Aws::Redshift::Types::LakehouseConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::LakehouseConfiguration
- Defined in:
- gems/aws-sdk-redshift/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.
7987 7988 7989 7990 7991 7992 7993 7994 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 7987 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.
7987 7988 7989 7990 7991 7992 7993 7994 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 7987 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.
7987 7988 7989 7990 7991 7992 7993 7994 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 7987 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.
7987 7988 7989 7990 7991 7992 7993 7994 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 7987 class LakehouseConfiguration < Struct.new( :cluster_identifier, :lakehouse_idc_application_arn, :lakehouse_registration_status, :catalog_arn) SENSITIVE = [] include Aws::Structure end |