Datastore Args
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)