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

CidrBlockAssociation

import type { CidrBlockAssociation } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

An IPv4 CIDR block association.

interface CidrBlockAssociation {
AssociationId?: string | null;
CidrBlock?: string | null;
CidrBlockState?: string | null;
}

§Properties

§
AssociationId?: string | null
[src]

The association ID for the IPv4 CIDR block.

§
CidrBlock?: string | null
[src]

The IPv4 CIDR block.

§
CidrBlockState?: string | null
[src]

Information about the state of the IPv4 CIDR block.