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

IpamCidrAuthorizationContext

import type { IpamCidrAuthorizationContext } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.

interface IpamCidrAuthorizationContext {
Message?: string | null;
Signature?: string | null;
}

§Properties

§
Message?: string | null
[src]

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

§
Signature?: string | null
[src]

The signed authorization message for the prefix and account.