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: DataSetLogicalTableMap? = null, val name: String? = null, val outputColumns: List<DataSetOutputColumn>? = null, val permissions: List<DataSetResourcePermission>? = null, val physicalTableMap: DataSetPhysicalTableMap? = null, val rowLevelPermissionDataSet: DataSetRowLevelPermissionDataSet? = null, val rowLevelPermissionTagConfiguration: DataSetRowLevelPermissionTagConfiguration? = null, val tags: List<DataSetTag>? = null)

Constructors

Link copied to clipboard
fun GetDataSetResult(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: DataSetLogicalTableMap? = null, name: String? = null, outputColumns: List<DataSetOutputColumn>? = null, permissions: List<DataSetResourcePermission>? = null, physicalTableMap: DataSetPhysicalTableMap? = null, rowLevelPermissionDataSet: DataSetRowLevelPermissionDataSet? = null, rowLevelPermissionTagConfiguration: DataSetRowLevelPermissionTagConfiguration? = null, tags: List<DataSetTag>? = 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 QuickSight features. Currently, only geospatial hierarchy is supported.

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 parameters declared in the dataset.

Link copied to clipboard
Link copied to clipboard
val lastUpdatedTime: String? = null

The last time that this dataset was updated.

Link copied to clipboard
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

A list of resource permissions on the dataset.

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

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