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.4/services/datasync.ts?docs=full";

DescribeLocationObjectStorageResponse

interface DescribeLocationObjectStorageResponse {
AccessKey?: string | null;
AgentArns?: string[] | null;
CreationTime?: Date | number | null;
LocationArn?: string | null;
LocationUri?: string | null;
ServerCertificate?: Uint8Array | null;
ServerPort?: number | null;
ServerProtocol?: ObjectStorageServerProtocol | null;
}

§Properties

§
AccessKey?: string | null
[src]

The access key (for example, a user name) required to authenticate with the object storage system.

§
AgentArns?: string[] | null
[src]

The ARNs of the DataSync agents that can securely connect with your location.

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

The time that the location was created.

§
LocationArn?: string | null
[src]

The ARN of the object storage system location.

§
LocationUri?: string | null
[src]

The URL of the object storage system location.

§
ServerCertificate?: Uint8Array | null
[src]

The self-signed certificate that DataSync uses to securely authenticate with your object storage system.

§
ServerPort?: number | null
[src]

The port that your object storage server accepts inbound network traffic on (for example, port 443).

§
ServerProtocol?: ObjectStorageServerProtocol | null
[src]

The protocol that your object storage system uses to communicate.