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

TransitGatewayRequestOptions

import type { TransitGatewayRequestOptions } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";
interface TransitGatewayRequestOptions {
AmazonSideAsn?: number | null;
AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue | null;
DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue | null;
DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue | null;
DnsSupport?: DnsSupportValue | null;
MulticastSupport?: MulticastSupportValue | null;
TransitGatewayCidrBlocks?: string[] | null;
VpnEcmpSupport?: VpnEcmpSupportValue | null;
}

§Properties

§
AmazonSideAsn?: number | null
[src]
§
AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue | null
[src]
§
DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue | null
[src]
§
DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue | null
[src]
§
DnsSupport?: DnsSupportValue | null
[src]
§
MulticastSupport?: MulticastSupportValue | null
[src]
§
TransitGatewayCidrBlocks?: string[] | null
[src]
§
VpnEcmpSupport?: VpnEcmpSupportValue | null
[src]