Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateLocationObjectStorageRequest

import type { CreateLocationObjectStorageRequest } from "https://aws-api.deno.dev/v0.3/services/datasync.ts?docs=full";

CreateLocationObjectStorageRequest

interface CreateLocationObjectStorageRequest {
AccessKey?: string | null;
AgentArns: string[];
BucketName: string;
SecretKey?: string | null;
ServerHostname: string;
ServerPort?: number | null;
ServerProtocol?: ObjectStorageServerProtocol | null;
Subdirectory?: string | null;
Tags?: TagListEntry[] | null;
}

§Properties

§
AccessKey?: string | null
[src]

Optional. The access key is used if credentials are required to access the self-managed object storage server. If your object storage requires a user name and password to authenticate, use AccessKey and SecretKey to provide the user name and password, respectively.

§
AgentArns: string[]
[src]

The Amazon Resource Name (ARN) of the agents associated with the self-managed object storage server location.

§
BucketName: string
[src]

The bucket on the self-managed object storage server that is used to read data from.

§
SecretKey?: string | null
[src]

Optional. The secret key is used if credentials are required to access the self-managed object storage server. If your object storage requires a user name and password to authenticate, use AccessKey and SecretKey to provide the user name and password, respectively.

§
ServerHostname: string
[src]

The name of the self-managed object storage server. This value is the IP address or Domain Name Service (DNS) name of the object storage server. An agent uses this host name to mount the object storage server in a network.

§
ServerPort?: number | null
[src]

The port that your self-managed object storage server accepts inbound network traffic on. The server port is set by default to TCP 80 (HTTP) or TCP 443 (HTTPS). You can specify a custom port if your self-managed object storage server requires one.

§
ServerProtocol?: ObjectStorageServerProtocol | null
[src]

The protocol that the object storage server uses to communicate. Valid values are HTTP or HTTPS.

§
Subdirectory?: string | null
[src]

The subdirectory in the self-managed object storage server that is used to read data from.

§
Tags?: TagListEntry[] | null
[src]

The key-value pair that represents the tag that you want to add to the location. The value can be an empty string. We recommend using tags to name your resources.