MetadataImportArgs

data class MetadataImportArgs(val databaseDump: Output<DatabaseDumpArgs>? = null, val description: Output<String>? = null, val location: Output<String>? = null, val metadataImportId: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val requestId: Output<String>? = null, val serviceId: Output<String>? = null) : ConvertibleToJava<MetadataImportArgs>

Creates a new MetadataImport in a given project and location. Note - this resource's API doesn't support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.

Constructors

Link copied to clipboard
fun MetadataImportArgs(databaseDump: Output<DatabaseDumpArgs>? = null, description: Output<String>? = null, location: Output<String>? = null, metadataImportId: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null, requestId: Output<String>? = null, serviceId: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val databaseDump: Output<DatabaseDumpArgs>? = null

Immutable. A database dump from a pre-existing metastore's database.

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

The description of the metadata import.

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

Required. The ID of the metadata import, which is used as the final component of the metadata import's name.This value must be between 1 and 64 characters long, begin with a letter, end with a letter or number, and consist of alpha-numeric ASCII characters or hyphens.

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

Immutable. The relative resource name of the metadata import, of the form:projects/{project_number}/locations/{location_id}/services/{service_id}/metadataImports/{metadata_import_id}.

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

Optional. A request ID. Specify a unique request ID to allow the server to ignore the request if it has completed. The server will ignore subsequent requests that provide a duplicate request ID for at least 60 minutes after the first request.For example, if an initial request times out, followed by another request with the same request ID, the server ignores the second request to prevent the creation of duplicate commitments.The request ID must be a valid UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier#Format) A zero UUID (00000000-0000-0000-0000-000000000000) is not supported.

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