Class: Aws::CleanRooms::Types::ProtectedQueryS3OutputConfiguration

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

Overview

Contains the configuration to write the query results to S3.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

The S3 bucket to unload the protected query results.

Returns:

  • (String)


6639
6640
6641
6642
6643
6644
6645
6646
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6639

class ProtectedQueryS3OutputConfiguration < Struct.new(
  :result_format,
  :bucket,
  :key_prefix,
  :single_file_output)
  SENSITIVE = []
  include Aws::Structure
end

#key_prefixString

The S3 prefix to unload the protected query results.

Returns:

  • (String)


6639
6640
6641
6642
6643
6644
6645
6646
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6639

class ProtectedQueryS3OutputConfiguration < Struct.new(
  :result_format,
  :bucket,
  :key_prefix,
  :single_file_output)
  SENSITIVE = []
  include Aws::Structure
end

#result_formatString

Intended file format of the result.

Returns:

  • (String)


6639
6640
6641
6642
6643
6644
6645
6646
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6639

class ProtectedQueryS3OutputConfiguration < Struct.new(
  :result_format,
  :bucket,
  :key_prefix,
  :single_file_output)
  SENSITIVE = []
  include Aws::Structure
end

#single_file_outputBoolean

Indicates whether files should be output as a single file (‘TRUE`) or output as multiple files (`FALSE`). This parameter is only supported for analyses with the Spark analytics engine.

Returns:

  • (Boolean)


6639
6640
6641
6642
6643
6644
6645
6646
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6639

class ProtectedQueryS3OutputConfiguration < Struct.new(
  :result_format,
  :bucket,
  :key_prefix,
  :single_file_output)
  SENSITIVE = []
  include Aws::Structure
end