QueryComputeConfiguration
data class QueryComputeConfiguration(val value: WorkerComputeConfiguration) : IntermediateTableComputeConfiguration
The configuration of the compute resources for workers running an analysis with the Clean Rooms SQL analytics engine.
Inherited functions
Link copied to clipboard
Casts this IntermediateTableComputeConfiguration as a QueryComputeConfiguration and retrieves its aws.sdk.kotlin.services.cleanrooms.model.WorkerComputeConfiguration value. Throws an exception if the IntermediateTableComputeConfiguration is not a QueryComputeConfiguration.
Link copied to clipboard
Casts this IntermediateTableComputeConfiguration as a QueryComputeConfiguration and retrieves its aws.sdk.kotlin.services.cleanrooms.model.WorkerComputeConfiguration value. Returns null if the IntermediateTableComputeConfiguration is not a QueryComputeConfiguration.