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

VpcCidrBlockState

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

Describes the state of a CIDR block.

interface VpcCidrBlockState {
State?: VpcCidrBlockStateCode | null;
StatusMessage?: string | null;
}

§Properties

§

The state of the CIDR block.

§
StatusMessage?: string | null
[src]

A message about the status of the CIDR block, if applicable.