DataDestination

The destination for an export job. Provide an S3 path, an Identity and Access Management (IAM) role that allows Amazon Forecast to access the location, and an Key Management Service (KMS) key (optional).

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The path to an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to access the bucket.

Functions

Link copied to clipboard
inline fun copy(block: DataDestination.Builder.() -> Unit = {}): DataDestination
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String