QuicksightFunctions

Functions

Link copied to clipboard

Data source for managing a QuickSight Data Set.

suspend fun getDataSet(argument: suspend GetDataSetPlainArgsBuilder.() -> Unit): GetDataSetResult
suspend fun getDataSet(awsAccountId: String? = null, columnLevelPermissionRules: List<GetDataSetColumnLevelPermissionRule>? = null, dataSetId: String, tags: Map<String, String>? = null): GetDataSetResult
Link copied to clipboard

This data source can be used to fetch information about a specific QuickSight group. By using this data source, you can reference QuickSight group properties without having to hard code ARNs or unique IDs as input.

suspend fun getQuicksightGroup(awsAccountId: String? = null, groupName: String, namespace: String? = null): GetQuicksightGroupResult
Link copied to clipboard

This data source can be used to fetch information about a specific QuickSight user. By using this data source, you can reference QuickSight user properties without having to hard code ARNs or unique IDs as input.

suspend fun getQuicksightUser(awsAccountId: String? = null, namespace: String? = null, userName: String): GetQuicksightUserResult