DatastoreArgs

data class DatastoreArgs(val datastoreConfig: Output<GoogleCloudApigeeV1DatastoreConfigArgs>? = null, val displayName: Output<String>? = null, val organizationId: Output<String>? = null, val targetType: Output<String>? = null) : ConvertibleToJava<DatastoreArgs>

Create a Datastore for an org Auto-naming is currently not supported for this resource.

Constructors

Link copied to clipboard
fun DatastoreArgs(datastoreConfig: Output<GoogleCloudApigeeV1DatastoreConfigArgs>? = null, displayName: Output<String>? = null, organizationId: Output<String>? = null, targetType: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard

Datastore Configurations.

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

Display name in UI

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

Destination storage type. Supported types gcs or bigquery.