Class: Aws::CleanRooms::Types::CreateConfiguredTableInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_columnsArray<String>

The columns of the underlying table that can be used by collaborations or analysis rules.



3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3717

class CreateConfiguredTableInput < Struct.new(
  :name,
  :description,
  :table_reference,
  :allowed_columns,
  :analysis_method,
  :selected_analysis_methods,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#analysis_methodString

The analysis method allowed for the configured tables.

‘DIRECT_QUERY` allows SQL queries to be run directly on this table.

‘DIRECT_JOB` allows PySpark jobs to be run directly on this table.

‘MULTIPLE` allows both SQL queries and PySpark jobs to be run directly on this table.



3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3717

class CreateConfiguredTableInput < Struct.new(
  :name,
  :description,
  :table_reference,
  :allowed_columns,
  :analysis_method,
  :selected_analysis_methods,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description for the configured table.



3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3717

class CreateConfiguredTableInput < Struct.new(
  :name,
  :description,
  :table_reference,
  :allowed_columns,
  :analysis_method,
  :selected_analysis_methods,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the configured table.



3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3717

class CreateConfiguredTableInput < Struct.new(
  :name,
  :description,
  :table_reference,
  :allowed_columns,
  :analysis_method,
  :selected_analysis_methods,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#selected_analysis_methodsArray<String>

The analysis methods to enable for the configured table. When configured, you must specify at least two analysis methods.



3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3717

class CreateConfiguredTableInput < Struct.new(
  :name,
  :description,
  :table_reference,
  :allowed_columns,
  :analysis_method,
  :selected_analysis_methods,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#table_referenceTypes::TableReference

A reference to the table being configured.



3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3717

class CreateConfiguredTableInput < Struct.new(
  :name,
  :description,
  :table_reference,
  :allowed_columns,
  :analysis_method,
  :selected_analysis_methods,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.



3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3717

class CreateConfiguredTableInput < Struct.new(
  :name,
  :description,
  :table_reference,
  :allowed_columns,
  :analysis_method,
  :selected_analysis_methods,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end