Interface IS3ExternalAnalyticsLink

Provides options for configuring an analytics remote S3 link.

interface IS3ExternalAnalyticsLink {
    accessKeyId: string;
    dataverse: string;
    linkType: S3External;
    name: string;
    region: string;
    secretAccessKey?: string;
    serviceEndpoint?: string;
    sessionToken?: string;
}

Hierarchy (view full)

Implemented by

Properties

accessKeyId: string

The AWS S3 access key.

dataverse: string

The dataverse that this link belongs to.

linkType: S3External

Specifies what type of analytics link this represents.

name: string

The name of this link.

region: string

The AWS S3 region.

secretAccessKey?: string

The AWS S3 secret key.

serviceEndpoint?: string

The AWS S3 service endpoint.

sessionToken?: string

The AWS S3 token if temporary credentials are provided. Only available in Couchbase Server 7.0 and above.