DestinationResult

The destination information for the S3 Metadata configuration.

Types

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

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the table bucket where the metadata configuration is stored.

Link copied to clipboard

The type of the table bucket where the metadata configuration is stored. The aws value indicates an Amazon Web Services managed table bucket, and the customer value indicates a customer-managed table bucket. V2 metadata configurations are stored in Amazon Web Services managed table buckets, and V1 metadata configurations are stored in customer-managed table buckets.

Link copied to clipboard

The namespace in the table bucket where the metadata tables for a metadata configuration are stored.

Functions

Link copied to clipboard
inline fun copy(block: DestinationResult.Builder.() -> Unit = {}): DestinationResult
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