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.3/services/ec2.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 Configuring your BYOIP address range in the Amazon Elastic Compute Cloud User 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.