InstanceArgs

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

Link copied to clipboard
open override fun toJava(): InstanceArgs

Properties

Link copied to clipboard

The crypto key configuration. This field is used by the Customer-Managed Encryption Keys (CMEK) feature.

Link copied to clipboard
val dataprocServiceAccount: Output<String>? = null

User-managed service account to set on Dataproc when Cloud Data Fusion creates Dataproc to run data processing pipelines. This allows users to have fine-grained access control on Dataproc's accesses to cloud resources.

Link copied to clipboard
val description: Output<String>? = null

A description of this instance.

Link copied to clipboard
val displayName: Output<String>? = null

Display name for an instance.

Link copied to clipboard
val enableRbac: Output<Boolean>? = null

Option to enable granular role-based access control.

Link copied to clipboard
val enableStackdriverLogging: Output<Boolean>? = null

Option to enable Stackdriver Logging.

Link copied to clipboard

Option to enable Stackdriver Monitoring.

Link copied to clipboard
val enableZoneSeparation: Output<Boolean>? = null

Option to enable granular zone separation.

Link copied to clipboard

Option to enable and pass metadata for event publishing.

Link copied to clipboard
val instanceId: Output<String>? = null

Required. The name of the instance to create.

Link copied to clipboard
val labels: Output<Map<String, String>>? = null

The resource labels for instance to use to annotate any related underlying resources such as Compute Engine VMs. The character '=' is not allowed to be used within the labels.

Link copied to clipboard
val location: Output<String>? = null
Link copied to clipboard
val networkConfig: Output<NetworkConfigArgs>? = null

Network configuration options. These are required when a private Data Fusion instance is to be created.

Link copied to clipboard
val options: Output<Map<String, String>>? = null

Map of additional options used to configure the behavior of Data Fusion instance.

Link copied to clipboard
val privateInstance: Output<Boolean>? = null

Specifies whether the Data Fusion instance should be private. If set to true, all Data Fusion nodes will have private IP addresses and will not be able to access the public internet.

Link copied to clipboard
val project: Output<String>? = null
Link copied to clipboard
val type: Output<InstanceType>? = null

Instance type.

Link copied to clipboard
val version: Output<String>? = null

Current version of the Data Fusion. Only specifiable in Update.

Link copied to clipboard
val zone: Output<String>? = null

Name of the zone in which the Data Fusion instance will be created. Only DEVELOPER instances use this field.