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

CidrAuthorizationContext

import type { CidrAuthorizationContext } from "https://aws-api.deno.dev/v0.4/services/globalaccelerator.ts?docs=full";

Provides authorization for Amazon to bring a specific IP address range to a specific Amazon Web Services account using bring your own IP addresses (BYOIP).

For more information, see Bring your own IP addresses (BYOIP) in the Global Accelerator Developer Guide.

interface CidrAuthorizationContext {
Message: string;
Signature: string;
}

§Properties

§
Message: string
[src]

The plain-text authorization message for the prefix and account.

§
Signature: string
[src]

The signed authorization message for the prefix and account.