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

ConfigureAccessPointRequest

import type { ConfigureAccessPointRequest } from "https://aws-api.deno.dev/v0.4/services/privatenetworks.ts?docs=full";
interface ConfigureAccessPointRequest {
accessPointArn: string;
cpiSecretKey?: string | null;
cpiUserId?: string | null;
cpiUsername?: string | null;
cpiUserPassword?: string | null;
position?: Position | null;
}

§Properties

§
accessPointArn: string
[src]

The Amazon Resource Name (ARN) of the network resource.

§
cpiSecretKey?: string | null
[src]

A Base64 encoded string of the CPI certificate associated with the CPI user who is certifying the coordinates of the network resource.

§
cpiUserId?: string | null
[src]

The CPI user ID of the CPI user who is certifying the coordinates of the network resource.

§
cpiUsername?: string | null
[src]

The CPI user name of the CPI user who is certifying the coordinates of the radio unit.

§
cpiUserPassword?: string | null
[src]

The CPI password associated with the CPI certificate in cpiSecretKey.

§
position?: Position | null
[src]

The position of the network resource.