Skip to content

Export Vector Enrichment Job

sagemakergeospatialcapabilities_export_vector_enrichment_job R Documentation

Use this operation to copy results of a Vector Enrichment job to an Amazon S3 location

Description

Use this operation to copy results of a Vector Enrichment job to an Amazon S3 location.

Usage

sagemakergeospatialcapabilities_export_vector_enrichment_job(Arn,
  ClientToken, ExecutionRoleArn, OutputConfig)

Arguments

Arn

[required] The Amazon Resource Name (ARN) of the Vector Enrichment job.

ClientToken

A unique token that guarantees that the call to this API is idempotent.

ExecutionRoleArn

[required] The Amazon Resource Name (ARN) of the IAM rolewith permission to upload to the location in OutputConfig.

OutputConfig

[required] Output location information for exporting Vector Enrichment Job results.

Value

A list with the following syntax:

list(
  Arn = "string",
  CreationTime = as.POSIXct(
    "2015-01-01"
  ),
  ExecutionRoleArn = "string",
  ExportStatus = "IN_PROGRESS"|"SUCCEEDED"|"FAILED",
  OutputConfig = list(
    S3Data = list(
      KmsKeyId = "string",
      S3Uri = "string"
    )
  )
)

Request syntax

svc$export_vector_enrichment_job(
  Arn = "string",
  ClientToken = "string",
  ExecutionRoleArn = "string",
  OutputConfig = list(
    S3Data = list(
      KmsKeyId = "string",
      S3Uri = "string"
    )
  )
)