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

AwsEc2VpnConnectionRoutesDetails

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

A static routes associated with the VPN connection.

interface AwsEc2VpnConnectionRoutesDetails {
DestinationCidrBlock?: string | null;
State?: string | null;
}

§Properties

§
DestinationCidrBlock?: string | null
[src]

The CIDR block associated with the local subnet of the customer data center.

§
State?: string | null
[src]

The current state of the static route.