Class: Aws::LakeFormation::Types::RedshiftConnect

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lakeformation/types.rb

Overview

Configuration for enabling trusted identity propagation with Redshift Connect.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authorizationString

The authorization status for Redshift Connect. Valid values are ENABLED or DISABLED.

Returns:

  • (String)


3057
3058
3059
3060
3061
# File 'lib/aws-sdk-lakeformation/types.rb', line 3057

class RedshiftConnect < Struct.new(
  :authorization)
  SENSITIVE = []
  include Aws::Structure
end