Class: Aws::RedshiftServerless::Types::UpdateLakehouseConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::UpdateLakehouseConfigurationResponse
- Defined in:
- gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb
Overview
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.
-
#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.
-
#lakehouse_registration_status ⇒ String
The current status of the lakehouse registration.
-
#namespace_name ⇒ String
The name of the namespace.
Instance Attribute Details
#catalog_arn ⇒ String
The Amazon Resource Name (ARN) of the Glue Data Catalog associated with the lakehouse configuration.
3787 3788 3789 3790 3791 3792 3793 3794 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 3787 class UpdateLakehouseConfigurationResponse < Struct.new( :catalog_arn, :lakehouse_idc_application_arn, :lakehouse_registration_status, :namespace_name) 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.
3787 3788 3789 3790 3791 3792 3793 3794 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 3787 class UpdateLakehouseConfigurationResponse < Struct.new( :catalog_arn, :lakehouse_idc_application_arn, :lakehouse_registration_status, :namespace_name) SENSITIVE = [] include Aws::Structure end |
#lakehouse_registration_status ⇒ String
The current status of the lakehouse registration. Indicates whether the namespace is successfully registered with Amazon Redshift federated permissions.
3787 3788 3789 3790 3791 3792 3793 3794 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 3787 class UpdateLakehouseConfigurationResponse < Struct.new( :catalog_arn, :lakehouse_idc_application_arn, :lakehouse_registration_status, :namespace_name) SENSITIVE = [] include Aws::Structure end |
#namespace_name ⇒ String
The name of the namespace.
3787 3788 3789 3790 3791 3792 3793 3794 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 3787 class UpdateLakehouseConfigurationResponse < Struct.new( :catalog_arn, :lakehouse_idc_application_arn, :lakehouse_registration_status, :namespace_name) SENSITIVE = [] include Aws::Structure end |