Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::Glue::Types::DataLakeAccessPropertiesOutput

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

Overview

The output properties of the data lake access configuration for your catalog resource in the Glue Data Catalog.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_typeString

Specifies a federated catalog type for the native catalog resource. The currently supported type is aws:redshift.

Returns:

  • (String)

7485
7486
7487
7488
7489
7490
7491
7492
7493
7494
7495
7496
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7485

class DataLakeAccessPropertiesOutput < Struct.new(
  :data_lake_access,
  :data_transfer_role,
  :kms_key,
  :managed_workgroup_name,
  :managed_workgroup_status,
  :redshift_database_name,
  :status_message,
  :catalog_type)
  SENSITIVE = []
  include Aws::Structure
end

#data_lake_accessBoolean

Turns on or off data lake access for Apache Spark applications that access Amazon Redshift databases in the Data Catalog.

Returns:

  • (Boolean)

7485
7486
7487
7488
7489
7490
7491
7492
7493
7494
7495
7496
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7485

class DataLakeAccessPropertiesOutput < Struct.new(
  :data_lake_access,
  :data_transfer_role,
  :kms_key,
  :managed_workgroup_name,
  :managed_workgroup_status,
  :redshift_database_name,
  :status_message,
  :catalog_type)
  SENSITIVE = []
  include Aws::Structure
end

#data_transfer_roleString

A role that will be assumed by Glue for transferring data into/out of the staging bucket during a query.

Returns:

  • (String)

7485
7486
7487
7488
7489
7490
7491
7492
7493
7494
7495
7496
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7485

class DataLakeAccessPropertiesOutput < Struct.new(
  :data_lake_access,
  :data_transfer_role,
  :kms_key,
  :managed_workgroup_name,
  :managed_workgroup_status,
  :redshift_database_name,
  :status_message,
  :catalog_type)
  SENSITIVE = []
  include Aws::Structure
end

#kms_keyString

An encryption key that will be used for the staging bucket that will be created along with the catalog.

Returns:

  • (String)

7485
7486
7487
7488
7489
7490
7491
7492
7493
7494
7495
7496
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7485

class DataLakeAccessPropertiesOutput < Struct.new(
  :data_lake_access,
  :data_transfer_role,
  :kms_key,
  :managed_workgroup_name,
  :managed_workgroup_status,
  :redshift_database_name,
  :status_message,
  :catalog_type)
  SENSITIVE = []
  include Aws::Structure
end

#managed_workgroup_nameString

The managed Redshift Serverless compute name that is created for your catalog resource.

Returns:

  • (String)

7485
7486
7487
7488
7489
7490
7491
7492
7493
7494
7495
7496
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7485

class DataLakeAccessPropertiesOutput < Struct.new(
  :data_lake_access,
  :data_transfer_role,
  :kms_key,
  :managed_workgroup_name,
  :managed_workgroup_status,
  :redshift_database_name,
  :status_message,
  :catalog_type)
  SENSITIVE = []
  include Aws::Structure
end

#managed_workgroup_statusString

The managed Redshift Serverless compute status.

Returns:

  • (String)

7485
7486
7487
7488
7489
7490
7491
7492
7493
7494
7495
7496
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7485

class DataLakeAccessPropertiesOutput < Struct.new(
  :data_lake_access,
  :data_transfer_role,
  :kms_key,
  :managed_workgroup_name,
  :managed_workgroup_status,
  :redshift_database_name,
  :status_message,
  :catalog_type)
  SENSITIVE = []
  include Aws::Structure
end

#redshift_database_nameString

The default Redshift database resource name in the managed compute.

Returns:

  • (String)

7485
7486
7487
7488
7489
7490
7491
7492
7493
7494
7495
7496
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7485

class DataLakeAccessPropertiesOutput < Struct.new(
  :data_lake_access,
  :data_transfer_role,
  :kms_key,
  :managed_workgroup_name,
  :managed_workgroup_status,
  :redshift_database_name,
  :status_message,
  :catalog_type)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

A message that gives more detailed information about the managed workgroup status.

Returns:

  • (String)

7485
7486
7487
7488
7489
7490
7491
7492
7493
7494
7495
7496
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7485

class DataLakeAccessPropertiesOutput < Struct.new(
  :data_lake_access,
  :data_transfer_role,
  :kms_key,
  :managed_workgroup_name,
  :managed_workgroup_status,
  :redshift_database_name,
  :status_message,
  :catalog_type)
  SENSITIVE = []
  include Aws::Structure
end