Class: Aws::Athena::Types::QueryResultsS3AccessGrantsConfiguration

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

Overview

Specifies whether Amazon S3 access grants are enabled for query results.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_typeString

The authentication type used for Amazon S3 access grants. Currently, only ‘DIRECTORY_IDENTITY` is supported.

Returns:

  • (String)


3281
3282
3283
3284
3285
3286
3287
# File 'lib/aws-sdk-athena/types.rb', line 3281

class QueryResultsS3AccessGrantsConfiguration < Struct.new(
  :enable_s3_access_grants,
  :create_user_level_prefix,
  :authentication_type)
  SENSITIVE = []
  include Aws::Structure
end

#create_user_level_prefixBoolean

When enabled, appends the user ID as an Amazon S3 path prefix to the query result output location.

Returns:

  • (Boolean)


3281
3282
3283
3284
3285
3286
3287
# File 'lib/aws-sdk-athena/types.rb', line 3281

class QueryResultsS3AccessGrantsConfiguration < Struct.new(
  :enable_s3_access_grants,
  :create_user_level_prefix,
  :authentication_type)
  SENSITIVE = []
  include Aws::Structure
end

#enable_s3_access_grantsBoolean

Specifies whether Amazon S3 access grants are enabled for query results.

Returns:

  • (Boolean)


3281
3282
3283
3284
3285
3286
3287
# File 'lib/aws-sdk-athena/types.rb', line 3281

class QueryResultsS3AccessGrantsConfiguration < Struct.new(
  :enable_s3_access_grants,
  :create_user_level_prefix,
  :authentication_type)
  SENSITIVE = []
  include Aws::Structure
end