Class: Aws::LakeFormation::Types::RedshiftConnect
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::RedshiftConnect
- 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
-
#authorization ⇒ String
The authorization status for Redshift Connect.
Instance Attribute Details
#authorization ⇒ String
The authorization status for Redshift Connect. Valid values are ENABLED or DISABLED.
3057 3058 3059 3060 3061 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 3057 class RedshiftConnect < Struct.new( :authorization) SENSITIVE = [] include Aws::Structure end |