getExport

Gets the details and status of an analytics export job. If the export job is still in progress, its state is set to "running". After the export job has completed successfully, its state is set to "completed". If the export job fails, its state is set to failed.

Return

null

Parameters

argument

null


suspend fun getExport(environmentId: String, exportId: String, organizationId: String): GetExportResult

Return

null

See also

Parameters

environmentId
exportId
organizationId

suspend fun getExport(argument: suspend GetExportPlainArgsBuilder.() -> Unit): GetExportResult

Return

null

See also

Parameters

argument

Builder for com.pulumi.googlenative.apigee.v1.kotlin.inputs.GetExportPlainArgs.