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

DescribeLocationObjectStorageResponse

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

DescribeLocationObjectStorageResponse

interface DescribeLocationObjectStorageResponse {
AccessKey?: string | null;
AgentArns?: string[] | null;
CreationTime?: Date | number | null;
LocationArn?: string | null;
LocationUri?: string | null;
ServerPort?: number | null;
ServerProtocol?: ObjectStorageServerProtocol | 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[] | null
[src]

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

§
CreationTime?: Date | number | null
[src]

The time that the self-managed object storage server agent was created.

§
LocationArn?: string | null
[src]

The Amazon Resource Name (ARN) of the self-managed object storage server location to describe.

§
LocationUri?: string | null
[src]

The URL of the source self-managed object storage server location that was described.

§
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).

§
ServerProtocol?: ObjectStorageServerProtocol | null
[src]

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