Package-level declarations

Types

Link copied to clipboard
class Workload : KotlinCustomResource

The AssuredWorkloads Workload resource

Link copied to clipboard
data class WorkloadArgs(val billingAccount: Output<String>? = null, val complianceRegime: Output<String>? = null, val displayName: Output<String>? = null, val kmsSettings: Output<WorkloadKmsSettingsArgs>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val organization: Output<String>? = null, val provisionedResourcesParent: Output<String>? = null, val resourceSettings: Output<List<WorkloadResourceSettingArgs>>? = null) : ConvertibleToJava<WorkloadArgs>

The AssuredWorkloads Workload resource

Link copied to clipboard
Link copied to clipboard
object WorkloadMapper : ResourceMapper<Workload>
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun workload(name: String, block: suspend WorkloadResourceBuilder.() -> Unit): Workload