Class: Aws::Glue::Types::DataLakeAccessProperties

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

Overview

Input properties to configure data lake access 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)


7433
7434
7435
7436
7437
7438
7439
7440
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7433

class DataLakeAccessProperties < Struct.new(
  :data_lake_access,
  :data_transfer_role,
  :kms_key,
  :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 from any non-Redshift engine, such as Amazon Athena, Amazon EMR, or Glue ETL.

Returns:

  • (Boolean)


7433
7434
7435
7436
7437
7438
7439
7440
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7433

class DataLakeAccessProperties < Struct.new(
  :data_lake_access,
  :data_transfer_role,
  :kms_key,
  :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)


7433
7434
7435
7436
7437
7438
7439
7440
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7433

class DataLakeAccessProperties < Struct.new(
  :data_lake_access,
  :data_transfer_role,
  :kms_key,
  :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)


7433
7434
7435
7436
7437
7438
7439
7440
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7433

class DataLakeAccessProperties < Struct.new(
  :data_lake_access,
  :data_transfer_role,
  :kms_key,
  :catalog_type)
  SENSITIVE = []
  include Aws::Structure
end