Class: Aws::RedshiftServerless::Types::UpdateLakehouseConfigurationResponse

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

Overview

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)


3724
3725
3726
3727
3728
3729
3730
3731
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 3724

class UpdateLakehouseConfigurationResponse < Struct.new(
  :catalog_arn,
  :lakehouse_idc_application_arn,
  :lakehouse_registration_status,
  :namespace_name)
  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.

Returns:

  • (String)


3724
3725
3726
3727
3728
3729
3730
3731
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 3724

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

#lakehouse_registration_statusString

The current status of the lakehouse registration. Indicates whether the namespace is successfully registered with Amazon Redshift federated permissions.

Returns:

  • (String)


3724
3725
3726
3727
3728
3729
3730
3731
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 3724

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

#namespace_nameString

The name of the namespace.

Returns:

  • (String)


3724
3725
3726
3727
3728
3729
3730
3731
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 3724

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