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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


7463
7464
7465
7466
7467
7468
7469
7470
7471
7472
7473
7474
# File 'lib/aws-sdk-glue/types.rb', line 7463

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)


7463
7464
7465
7466
7467
7468
7469
7470
7471
7472
7473
7474
# File 'lib/aws-sdk-glue/types.rb', line 7463

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)


7463
7464
7465
7466
7467
7468
7469
7470
7471
7472
7473
7474
# File 'lib/aws-sdk-glue/types.rb', line 7463

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)


7463
7464
7465
7466
7467
7468
7469
7470
7471
7472
7473
7474
# File 'lib/aws-sdk-glue/types.rb', line 7463

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)


7463
7464
7465
7466
7467
7468
7469
7470
7471
7472
7473
7474
# File 'lib/aws-sdk-glue/types.rb', line 7463

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)


7463
7464
7465
7466
7467
7468
7469
7470
7471
7472
7473
7474
# File 'lib/aws-sdk-glue/types.rb', line 7463

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)


7463
7464
7465
7466
7467
7468
7469
7470
7471
7472
7473
7474
# File 'lib/aws-sdk-glue/types.rb', line 7463

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)


7463
7464
7465
7466
7467
7468
7469
7470
7471
7472
7473
7474
# File 'lib/aws-sdk-glue/types.rb', line 7463

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