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

AwsEc2TransitGatewayDetails

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

Information about an Amazon Web Services Amazon EC2 Transit Gateway that interconnects virtual private clouds (VPCs) and on-premises networks.

interface AwsEc2TransitGatewayDetails {
AmazonSideAsn?: number | null;
AssociationDefaultRouteTableId?: string | null;
AutoAcceptSharedAttachments?: string | null;
DefaultRouteTableAssociation?: string | null;
DefaultRouteTablePropagation?: string | null;
Description?: string | null;
DnsSupport?: string | null;
Id?: string | null;
MulticastSupport?: string | null;
PropagationDefaultRouteTableId?: string | null;
TransitGatewayCidrBlocks?: string[] | null;
VpnEcmpSupport?: string | null;
}

§Properties

§
AmazonSideAsn?: number | null
[src]

A private Autonomous System Number (ASN) for the Amazon side of a BGP session.

§
AssociationDefaultRouteTableId?: string | null
[src]

The ID of the default association route table.

§
AutoAcceptSharedAttachments?: string | null
[src]

Turn on or turn off automatic acceptance of attachment requests.

§
DefaultRouteTableAssociation?: string | null
[src]

Turn on or turn off automatic association with the default association route table.

§
DefaultRouteTablePropagation?: string | null
[src]

Turn on or turn off automatic propagation of routes to the default propagation route table.

§
Description?: string | null
[src]

The description of the transit gateway.

§
DnsSupport?: string | null
[src]

Turn on or turn off DNS support.

§
Id?: string | null
[src]

The ID of the transit gateway.

§
MulticastSupport?: string | null
[src]

Indicates whether multicast is supported on the transit gateway.

§
PropagationDefaultRouteTableId?: string | null
[src]

The ID of the default propagation route table.

§
TransitGatewayCidrBlocks?: string[] | null
[src]

The transit gateway Classless Inter-Domain Routing (CIDR) blocks.

§
VpnEcmpSupport?: string | null
[src]

Turn on or turn off Equal Cost Multipath Protocol (ECMP) support.