GetDataSetResult

data class GetDataSetResult(val arn: String? = null, val columnGroups: List<DataSetColumnGroup>? = null, val columnLevelPermissionRules: List<DataSetColumnLevelPermissionRule>? = null, val consumedSpiceCapacityInBytes: Double? = null, val createdTime: String? = null, val dataSetRefreshProperties: DataSetRefreshProperties? = null, val dataSetUsageConfiguration: DataSetUsageConfiguration? = null, val datasetParameters: List<DataSetDatasetParameter>? = null, val importMode: DataSetImportMode? = null, val lastUpdatedTime: String? = null, val logicalTableMap: Map<String, DataSetLogicalTable>? = null, val name: String? = null, val outputColumns: List<DataSetOutputColumn>? = null, val performanceConfiguration: DataSetPerformanceConfiguration? = null, val permissions: List<DataSetResourcePermission>? = null, val physicalTableMap: Map<String, DataSetPhysicalTable>? = null, val rowLevelPermissionDataSet: DataSetRowLevelPermissionDataSet? = null, val rowLevelPermissionTagConfiguration: DataSetRowLevelPermissionTagConfiguration? = null, val tags: List<Tag>? = null, val useAs: DataSetUseAs? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, columnGroups: List<DataSetColumnGroup>? = null, columnLevelPermissionRules: List<DataSetColumnLevelPermissionRule>? = null, consumedSpiceCapacityInBytes: Double? = null, createdTime: String? = null, dataSetRefreshProperties: DataSetRefreshProperties? = null, dataSetUsageConfiguration: DataSetUsageConfiguration? = null, datasetParameters: List<DataSetDatasetParameter>? = null, importMode: DataSetImportMode? = null, lastUpdatedTime: String? = null, logicalTableMap: Map<String, DataSetLogicalTable>? = null, name: String? = null, outputColumns: List<DataSetOutputColumn>? = null, performanceConfiguration: DataSetPerformanceConfiguration? = null, permissions: List<DataSetResourcePermission>? = null, physicalTableMap: Map<String, DataSetPhysicalTable>? = null, rowLevelPermissionDataSet: DataSetRowLevelPermissionDataSet? = null, rowLevelPermissionTagConfiguration: DataSetRowLevelPermissionTagConfiguration? = null, tags: List<Tag>? = null, useAs: DataSetUseAs? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the resource.

Link copied to clipboard

Groupings of columns that work together in certain Amazon QuickSight features. Currently, only geospatial hierarchy is supported.

Link copied to clipboard
Link copied to clipboard

The amount of SPICE capacity used by this dataset. This is 0 if the dataset isn't imported into SPICE.

Link copied to clipboard
val createdTime: String? = null

The time that this dataset was created.

Link copied to clipboard

The parameter declarations of the dataset.

Link copied to clipboard

The refresh properties of a dataset.

Link copied to clipboard

The usage configuration to apply to child datasets that reference this dataset as a source.

Link copied to clipboard

Indicates whether you want to import the data into SPICE.

Link copied to clipboard
val lastUpdatedTime: String? = null

The last time that this dataset was updated.

Link copied to clipboard

Configures the combination and transformation of the data from the physical tables.

Link copied to clipboard
val name: String? = null

The display name for the dataset.

Link copied to clipboard

The list of columns after all transforms. These columns are available in templates, analyses, and dashboards.

Link copied to clipboard

The performance optimization configuration of a dataset.

Link copied to clipboard

A list of resource permissions on the dataset.

Link copied to clipboard

Declares the physical tables that are available in the underlying data sources.

Link copied to clipboard

The row-level security configuration for the data that you want to create.

Link copied to clipboard

The element you can use to define tags for row-level security.

Link copied to clipboard
val tags: List<Tag>? = null

Contains a map of the key-value pairs for the resource tag or tags assigned to the dataset.

Link copied to clipboard
val useAs: DataSetUseAs? = null

The usage of the dataset.