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

SubnetCidrBlockState

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

Describes the state of a CIDR block.

interface SubnetCidrBlockState {
State?: SubnetCidrBlockStateCode | null;
StatusMessage?: string | null;
}

§Properties

§

The state of a CIDR block.

§
StatusMessage?: string | null
[src]

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