ConversionWorkspace

class ConversionWorkspace : KotlinCustomResource

Creates a new conversion workspace in a given project and location.

Properties

Link copied to clipboard

Required. The ID of the conversion workspace to create.

Link copied to clipboard
val createTime: Output<String>

The timestamp when the workspace resource was created.

Link copied to clipboard

The destination engine details.

Link copied to clipboard
val displayName: Output<String>

The display name for the workspace.

Link copied to clipboard

A generic list of settings for the workspace. The settings are database pair dependant and can indicate default behavior for the mapping rules engine or turn on or off specific features. Such examples can be: convert_foreign_key_to_interleave=true, skip_triggers=false, ignore_non_table_synonyms=true

Link copied to clipboard

Whether the workspace has uncommitted changes (changes which were made after the workspace was committed).

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

The latest commit ID.

Link copied to clipboard

The timestamp when the workspace was committed.

Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val name: Output<String>

Full name of the workspace resource, in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.

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 requestId: Output<String>?

A unique ID used to identify the request. If the server receives two requests with the same ID, then the second request is ignored. It is recommended to always set this value to a UUID. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.

Link copied to clipboard

The source engine details.

Link copied to clipboard
val updateTime: Output<String>

The timestamp when the workspace resource was last updated.

Link copied to clipboard
val urn: Output<String>