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

TransitGatewayPrefixListReference

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

Describes a prefix list reference.

interface TransitGatewayPrefixListReference {
Blackhole?: boolean | null;
PrefixListId?: string | null;
PrefixListOwnerId?: string | null;
TransitGatewayAttachment?: TransitGatewayPrefixListAttachment | null;
TransitGatewayRouteTableId?: string | null;
}

§Properties

§
Blackhole?: boolean | null
[src]

Indicates whether traffic that matches this route is dropped.

§
PrefixListId?: string | null
[src]

The ID of the prefix list.

§
PrefixListOwnerId?: string | null
[src]

The ID of the prefix list owner.

§

The state of the prefix list reference.

§
TransitGatewayAttachment?: TransitGatewayPrefixListAttachment | null
[src]

Information about the transit gateway attachment.

§
TransitGatewayRouteTableId?: string | null
[src]

The ID of the transit gateway route table.