Instance

class Instance : KotlinCustomResource

Creates a new Data Fusion instance in the specified project and location. Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard

List of accelerators enabled for this CDF instance.

Link copied to clipboard
val apiEndpoint: Output<String>

Endpoint on which the REST APIs is accessible.

Link copied to clipboard

Available versions that the instance can be upgraded to using UpdateInstanceRequest.

Link copied to clipboard
val createTime: Output<String>

The time the instance was created.

Link copied to clipboard

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

Link copied to clipboard

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>

A description of this instance.

Link copied to clipboard
val disabledReason: Output<List<String>>

If the instance state is DISABLED, the reason for disabling the instance.

Link copied to clipboard
val displayName: Output<String>

Display name for an instance.

Link copied to clipboard
val enableRbac: Output<Boolean>

Option to enable granular role-based access control.

Link copied to clipboard

Option to enable Stackdriver Logging.

Link copied to clipboard

Option to enable Stackdriver Monitoring.

Link copied to clipboard

Option to enable zone separation.

Link copied to clipboard

Option to enable and pass metadata for event publishing.

Link copied to clipboard
val gcsBucket: Output<String>

Cloud Storage bucket generated by Data Fusion in the customer project.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val instanceId: Output<String>

Required. The name of the instance to create.

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

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>
Link copied to clipboard
val name: Output<String>

The name of this instance is in the form of projects/{project}/locations/{location}/instances/{instance}.

Link copied to clipboard

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>>

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

Link copied to clipboard

P4 service account for the customer project.

Link copied to clipboard

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>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val satisfiesPzs: Output<Boolean>

Reserved for future use.

Link copied to clipboard
val serviceAccount: Output<String>

Deprecated. Use tenant_project_id instead to extract the tenant project ID.

Link copied to clipboard
val serviceEndpoint: Output<String>

Endpoint on which the Data Fusion UI is accessible.

Link copied to clipboard
val state: Output<String>

The current state of this Data Fusion instance.

Link copied to clipboard
val stateMessage: Output<String>

Additional information about the current state of this Data Fusion instance if available.

Link copied to clipboard
val tenantProjectId: Output<String>

The name of the tenant project.

Link copied to clipboard
val type: Output<String>

Instance type.

Link copied to clipboard
val updateTime: Output<String>

The time the instance was last updated.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val version: Output<String>

Current version of Data Fusion.

Link copied to clipboard
val zone: Output<String>

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