Export Args
data class ExportArgs(val csvDelimiter: Output<String>? = null, val datastoreName: Output<String>? = null, val dateRange: Output<GoogleCloudApigeeV1DateRangeArgs>? = null, val description: Output<String>? = null, val environmentId: Output<String>? = null, val name: Output<String>? = null, val organizationId: Output<String>? = null, val outputFormat: Output<String>? = null) : ConvertibleToJava<ExportArgs>
Submit a data export job to be processed in the background. If the request is successful, the API returns a 201 status, a URI that can be used to retrieve the status of the export job, and the state
value of "enqueued". 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 ExportArgs(csvDelimiter: Output<String>? = null, datastoreName: Output<String>? = null, dateRange: Output<GoogleCloudApigeeV1DateRangeArgs>? = null, description: Output<String>? = null, environmentId: Output<String>? = null, name: Output<String>? = null, organizationId: Output<String>? = null, outputFormat: Output<String>? = null)