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

DescribeAccountResult

import type { DescribeAccountResult } from "https://aws-api.deno.dev/v0.3/services/workspaces.ts?docs=full";
interface DescribeAccountResult {
DedicatedTenancyManagementCidrRange?: string | null;
DedicatedTenancySupport?: DedicatedTenancySupportResultEnum | null;
}

§Properties

§
DedicatedTenancyManagementCidrRange?: string | null
[src]

The IP address range, specified as an IPv4 CIDR block, used for the management network interface.

The management network interface is connected to a secure Amazon WorkSpaces management network. It is used for interactive streaming of the WorkSpace desktop to Amazon WorkSpaces clients, and to allow Amazon WorkSpaces to manage the WorkSpace.

§
DedicatedTenancySupport?: DedicatedTenancySupportResultEnum | null
[src]

The status of BYOL (whether BYOL is enabled or disabled).