Instance Args
data class InstanceArgs(val cryptoKeyConfig: Output<CryptoKeyConfigArgs>? = null, val dataprocServiceAccount: Output<String>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val enableRbac: Output<Boolean>? = null, val enableStackdriverLogging: Output<Boolean>? = null, val enableStackdriverMonitoring: Output<Boolean>? = null, val enableZoneSeparation: Output<Boolean>? = null, val eventPublishConfig: Output<EventPublishConfigArgs>? = null, val instanceId: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val networkConfig: Output<NetworkConfigArgs>? = null, val options: Output<Map<String, String>>? = null, val privateInstance: Output<Boolean>? = null, val project: Output<String>? = null, val type: Output<InstanceType>? = null, val version: Output<String>? = null, val zone: Output<String>? = null) : ConvertibleToJava<InstanceArgs>
Creates a new Data Fusion instance in the specified project and location. Auto-naming is currently not supported for this resource.
Constructors
Link copied to clipboard
fun InstanceArgs(cryptoKeyConfig: Output<CryptoKeyConfigArgs>? = null, dataprocServiceAccount: Output<String>? = null, description: Output<String>? = null, displayName: Output<String>? = null, enableRbac: Output<Boolean>? = null, enableStackdriverLogging: Output<Boolean>? = null, enableStackdriverMonitoring: Output<Boolean>? = null, enableZoneSeparation: Output<Boolean>? = null, eventPublishConfig: Output<EventPublishConfigArgs>? = null, instanceId: Output<String>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, networkConfig: Output<NetworkConfigArgs>? = null, options: Output<Map<String, String>>? = null, privateInstance: Output<Boolean>? = null, project: Output<String>? = null, type: Output<InstanceType>? = null, version: Output<String>? = null, zone: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard