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

Ipv6CidrBlockAssociation

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

An IPV6 CIDR block association.

interface Ipv6CidrBlockAssociation {
AssociationId?: string | null;
CidrBlockState?: string | null;
Ipv6CidrBlock?: string | null;
}

§Properties

§
AssociationId?: string | null
[src]

The association ID for the IPv6 CIDR block.

§
CidrBlockState?: string | null
[src]

Information about the state of the CIDR block. Valid values are as follows:

  • associating
    
  • associated
    
  • disassociating
    
  • disassociated
    
  • failed
    
  • failing
    
§
Ipv6CidrBlock?: string | null
[src]

The IPv6 CIDR block.