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

AssociateSubnetCidrBlockRequest

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

§Properties

§
Ipv6CidrBlock: string
[src]

The IPv6 CIDR block for your subnet. The subnet must have a /64 prefix length.

§
SubnetId: string
[src]

The ID of your subnet.