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

ProvisionPublicIpv4PoolCidrResult

import type { ProvisionPublicIpv4PoolCidrResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface ProvisionPublicIpv4PoolCidrResult {
PoolAddressRange?: PublicIpv4PoolRange | null;
PoolId?: string | null;
}

§Properties

§
PoolAddressRange?: PublicIpv4PoolRange | null
[src]
§
PoolId?: string | null
[src]

The ID of the pool that you want to provision the CIDR to.