IBM COS SDK for JavaScript V2 - v1.0.0
    Preparing search index...

    Interface DestinationResult

    The destination information for the S3 Metadata configuration.

    interface DestinationResult {
        TableBucketType?: S3TablesBucketType;
        TableBucketArn?: string;
        TableNamespace?: string;
    }
    Index

    Properties

    TableBucketType?: S3TablesBucketType

    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.

    TableBucketArn?: string

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

    TableNamespace?: string

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