Class: Aws::QuickSight::Types::CreateDataSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CreateDataSetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The Amazon Web Services account ID.
-
#column_groups ⇒ Array<Types::ColumnGroup>
Groupings of columns that work together in certain Amazon QuickSight features.
-
#column_level_permission_rules ⇒ Array<Types::ColumnLevelPermissionRule>
A set of one or more definitions of a ‘ ColumnLevelPermissionRule `.
-
#data_set_id ⇒ String
An ID for the dataset that you want to create.
-
#data_set_usage_configuration ⇒ Types::DataSetUsageConfiguration
The usage configuration to apply to child datasets that reference this dataset as a source.
-
#dataset_parameters ⇒ Array<Types::DatasetParameter>
The parameter declarations of the dataset.
-
#field_folders ⇒ Hash<String,Types::FieldFolder>
The folder that contains fields and nested subfolders for your dataset.
-
#folder_arns ⇒ Array<String>
When you create the dataset, Amazon QuickSight adds the dataset to these folders.
-
#import_mode ⇒ String
Indicates whether you want to import the data into SPICE.
-
#logical_table_map ⇒ Hash<String,Types::LogicalTable>
Configures the combination and transformation of the data from the physical tables.
-
#name ⇒ String
The display name for the dataset.
-
#performance_configuration ⇒ Types::PerformanceConfiguration
The configuration for the performance optimization of the dataset that contains a ‘UniqueKey` configuration.
-
#permissions ⇒ Array<Types::ResourcePermission>
A list of resource permissions on the dataset.
-
#physical_table_map ⇒ Hash<String,Types::PhysicalTable>
Declares the physical tables that are available in the underlying data sources.
-
#row_level_permission_data_set ⇒ Types::RowLevelPermissionDataSet
The row-level security configuration for the data that you want to create.
-
#row_level_permission_tag_configuration ⇒ Types::RowLevelPermissionTagConfiguration
The configuration of tags on a dataset to set row-level security.
-
#tags ⇒ Array<Types::Tag>
Contains a map of the key-value pairs for the resource tag or tags assigned to the dataset.
Instance Attribute Details
#aws_account_id ⇒ String
The Amazon Web Services account ID.
6089 6090 6091 6092 6093 6094 6095 6096 6097 6098 6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6089 class CreateDataSetRequest < Struct.new( :aws_account_id, :data_set_id, :name, :physical_table_map, :logical_table_map, :import_mode, :column_groups, :field_folders, :permissions, :row_level_permission_data_set, :row_level_permission_tag_configuration, :column_level_permission_rules, :tags, :data_set_usage_configuration, :dataset_parameters, :folder_arns, :performance_configuration) SENSITIVE = [] include Aws::Structure end |
#column_groups ⇒ Array<Types::ColumnGroup>
Groupings of columns that work together in certain Amazon QuickSight features. Currently, only geospatial hierarchy is supported.
6089 6090 6091 6092 6093 6094 6095 6096 6097 6098 6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6089 class CreateDataSetRequest < Struct.new( :aws_account_id, :data_set_id, :name, :physical_table_map, :logical_table_map, :import_mode, :column_groups, :field_folders, :permissions, :row_level_permission_data_set, :row_level_permission_tag_configuration, :column_level_permission_rules, :tags, :data_set_usage_configuration, :dataset_parameters, :folder_arns, :performance_configuration) SENSITIVE = [] include Aws::Structure end |
#column_level_permission_rules ⇒ Array<Types::ColumnLevelPermissionRule>
A set of one or more definitions of a ‘ ColumnLevelPermissionRule `.
6089 6090 6091 6092 6093 6094 6095 6096 6097 6098 6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6089 class CreateDataSetRequest < Struct.new( :aws_account_id, :data_set_id, :name, :physical_table_map, :logical_table_map, :import_mode, :column_groups, :field_folders, :permissions, :row_level_permission_data_set, :row_level_permission_tag_configuration, :column_level_permission_rules, :tags, :data_set_usage_configuration, :dataset_parameters, :folder_arns, :performance_configuration) SENSITIVE = [] include Aws::Structure end |
#data_set_id ⇒ String
An ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
6089 6090 6091 6092 6093 6094 6095 6096 6097 6098 6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6089 class CreateDataSetRequest < Struct.new( :aws_account_id, :data_set_id, :name, :physical_table_map, :logical_table_map, :import_mode, :column_groups, :field_folders, :permissions, :row_level_permission_data_set, :row_level_permission_tag_configuration, :column_level_permission_rules, :tags, :data_set_usage_configuration, :dataset_parameters, :folder_arns, :performance_configuration) SENSITIVE = [] include Aws::Structure end |
#data_set_usage_configuration ⇒ Types::DataSetUsageConfiguration
The usage configuration to apply to child datasets that reference this dataset as a source.
6089 6090 6091 6092 6093 6094 6095 6096 6097 6098 6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6089 class CreateDataSetRequest < Struct.new( :aws_account_id, :data_set_id, :name, :physical_table_map, :logical_table_map, :import_mode, :column_groups, :field_folders, :permissions, :row_level_permission_data_set, :row_level_permission_tag_configuration, :column_level_permission_rules, :tags, :data_set_usage_configuration, :dataset_parameters, :folder_arns, :performance_configuration) SENSITIVE = [] include Aws::Structure end |
#dataset_parameters ⇒ Array<Types::DatasetParameter>
The parameter declarations of the dataset.
6089 6090 6091 6092 6093 6094 6095 6096 6097 6098 6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6089 class CreateDataSetRequest < Struct.new( :aws_account_id, :data_set_id, :name, :physical_table_map, :logical_table_map, :import_mode, :column_groups, :field_folders, :permissions, :row_level_permission_data_set, :row_level_permission_tag_configuration, :column_level_permission_rules, :tags, :data_set_usage_configuration, :dataset_parameters, :folder_arns, :performance_configuration) SENSITIVE = [] include Aws::Structure end |
#field_folders ⇒ Hash<String,Types::FieldFolder>
The folder that contains fields and nested subfolders for your dataset.
6089 6090 6091 6092 6093 6094 6095 6096 6097 6098 6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6089 class CreateDataSetRequest < Struct.new( :aws_account_id, :data_set_id, :name, :physical_table_map, :logical_table_map, :import_mode, :column_groups, :field_folders, :permissions, :row_level_permission_data_set, :row_level_permission_tag_configuration, :column_level_permission_rules, :tags, :data_set_usage_configuration, :dataset_parameters, :folder_arns, :performance_configuration) SENSITIVE = [] include Aws::Structure end |
#folder_arns ⇒ Array<String>
When you create the dataset, Amazon QuickSight adds the dataset to these folders.
6089 6090 6091 6092 6093 6094 6095 6096 6097 6098 6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6089 class CreateDataSetRequest < Struct.new( :aws_account_id, :data_set_id, :name, :physical_table_map, :logical_table_map, :import_mode, :column_groups, :field_folders, :permissions, :row_level_permission_data_set, :row_level_permission_tag_configuration, :column_level_permission_rules, :tags, :data_set_usage_configuration, :dataset_parameters, :folder_arns, :performance_configuration) SENSITIVE = [] include Aws::Structure end |
#import_mode ⇒ String
Indicates whether you want to import the data into SPICE.
6089 6090 6091 6092 6093 6094 6095 6096 6097 6098 6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6089 class CreateDataSetRequest < Struct.new( :aws_account_id, :data_set_id, :name, :physical_table_map, :logical_table_map, :import_mode, :column_groups, :field_folders, :permissions, :row_level_permission_data_set, :row_level_permission_tag_configuration, :column_level_permission_rules, :tags, :data_set_usage_configuration, :dataset_parameters, :folder_arns, :performance_configuration) SENSITIVE = [] include Aws::Structure end |
#logical_table_map ⇒ Hash<String,Types::LogicalTable>
Configures the combination and transformation of the data from the physical tables.
6089 6090 6091 6092 6093 6094 6095 6096 6097 6098 6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6089 class CreateDataSetRequest < Struct.new( :aws_account_id, :data_set_id, :name, :physical_table_map, :logical_table_map, :import_mode, :column_groups, :field_folders, :permissions, :row_level_permission_data_set, :row_level_permission_tag_configuration, :column_level_permission_rules, :tags, :data_set_usage_configuration, :dataset_parameters, :folder_arns, :performance_configuration) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The display name for the dataset.
6089 6090 6091 6092 6093 6094 6095 6096 6097 6098 6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6089 class CreateDataSetRequest < Struct.new( :aws_account_id, :data_set_id, :name, :physical_table_map, :logical_table_map, :import_mode, :column_groups, :field_folders, :permissions, :row_level_permission_data_set, :row_level_permission_tag_configuration, :column_level_permission_rules, :tags, :data_set_usage_configuration, :dataset_parameters, :folder_arns, :performance_configuration) SENSITIVE = [] include Aws::Structure end |
#performance_configuration ⇒ Types::PerformanceConfiguration
The configuration for the performance optimization of the dataset that contains a ‘UniqueKey` configuration.
6089 6090 6091 6092 6093 6094 6095 6096 6097 6098 6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6089 class CreateDataSetRequest < Struct.new( :aws_account_id, :data_set_id, :name, :physical_table_map, :logical_table_map, :import_mode, :column_groups, :field_folders, :permissions, :row_level_permission_data_set, :row_level_permission_tag_configuration, :column_level_permission_rules, :tags, :data_set_usage_configuration, :dataset_parameters, :folder_arns, :performance_configuration) SENSITIVE = [] include Aws::Structure end |
#permissions ⇒ Array<Types::ResourcePermission>
A list of resource permissions on the dataset.
6089 6090 6091 6092 6093 6094 6095 6096 6097 6098 6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6089 class CreateDataSetRequest < Struct.new( :aws_account_id, :data_set_id, :name, :physical_table_map, :logical_table_map, :import_mode, :column_groups, :field_folders, :permissions, :row_level_permission_data_set, :row_level_permission_tag_configuration, :column_level_permission_rules, :tags, :data_set_usage_configuration, :dataset_parameters, :folder_arns, :performance_configuration) SENSITIVE = [] include Aws::Structure end |
#physical_table_map ⇒ Hash<String,Types::PhysicalTable>
Declares the physical tables that are available in the underlying data sources.
6089 6090 6091 6092 6093 6094 6095 6096 6097 6098 6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6089 class CreateDataSetRequest < Struct.new( :aws_account_id, :data_set_id, :name, :physical_table_map, :logical_table_map, :import_mode, :column_groups, :field_folders, :permissions, :row_level_permission_data_set, :row_level_permission_tag_configuration, :column_level_permission_rules, :tags, :data_set_usage_configuration, :dataset_parameters, :folder_arns, :performance_configuration) SENSITIVE = [] include Aws::Structure end |
#row_level_permission_data_set ⇒ Types::RowLevelPermissionDataSet
The row-level security configuration for the data that you want to create.
6089 6090 6091 6092 6093 6094 6095 6096 6097 6098 6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6089 class CreateDataSetRequest < Struct.new( :aws_account_id, :data_set_id, :name, :physical_table_map, :logical_table_map, :import_mode, :column_groups, :field_folders, :permissions, :row_level_permission_data_set, :row_level_permission_tag_configuration, :column_level_permission_rules, :tags, :data_set_usage_configuration, :dataset_parameters, :folder_arns, :performance_configuration) SENSITIVE = [] include Aws::Structure end |
#row_level_permission_tag_configuration ⇒ Types::RowLevelPermissionTagConfiguration
The configuration of tags on a dataset to set row-level security. Row-level security tags are currently supported for anonymous embedding only.
6089 6090 6091 6092 6093 6094 6095 6096 6097 6098 6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6089 class CreateDataSetRequest < Struct.new( :aws_account_id, :data_set_id, :name, :physical_table_map, :logical_table_map, :import_mode, :column_groups, :field_folders, :permissions, :row_level_permission_data_set, :row_level_permission_tag_configuration, :column_level_permission_rules, :tags, :data_set_usage_configuration, :dataset_parameters, :folder_arns, :performance_configuration) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Contains a map of the key-value pairs for the resource tag or tags assigned to the dataset.
6089 6090 6091 6092 6093 6094 6095 6096 6097 6098 6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6089 class CreateDataSetRequest < Struct.new( :aws_account_id, :data_set_id, :name, :physical_table_map, :logical_table_map, :import_mode, :column_groups, :field_folders, :permissions, :row_level_permission_data_set, :row_level_permission_tag_configuration, :column_level_permission_rules, :tags, :data_set_usage_configuration, :dataset_parameters, :folder_arns, :performance_configuration) SENSITIVE = [] include Aws::Structure end |