Workspace Resource Properties Args
data class WorkspaceResourcePropertiesArgs(val apiKeyEnabled: Output<Boolean>? = null, val providers: Output<List<ProviderArgs>>? = null, val storageAccount: Output<String>? = null) : ConvertibleToJava<WorkspaceResourcePropertiesArgs>
Properties of a Workspace
Constructors
Link copied to clipboard
constructor(apiKeyEnabled: Output<Boolean>? = null, providers: Output<List<ProviderArgs>>? = null, storageAccount: Output<String>? = null)