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

ModifyTransitGatewayOptions

import type { ModifyTransitGatewayOptions } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";
interface ModifyTransitGatewayOptions {
AddTransitGatewayCidrBlocks?: string[] | null;
AssociationDefaultRouteTableId?: string | null;
AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue | null;
DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue | null;
DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue | null;
DnsSupport?: DnsSupportValue | null;
PropagationDefaultRouteTableId?: string | null;
RemoveTransitGatewayCidrBlocks?: string[] | null;
VpnEcmpSupport?: VpnEcmpSupportValue | null;
}

§Properties

§
AddTransitGatewayCidrBlocks?: string[] | null
[src]
§
AssociationDefaultRouteTableId?: string | null
[src]
§
AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue | null
[src]
§
DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue | null
[src]
§
DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue | null
[src]
§
DnsSupport?: DnsSupportValue | null
[src]
§
PropagationDefaultRouteTableId?: string | null
[src]
§
RemoveTransitGatewayCidrBlocks?: string[] | null
[src]
§
VpnEcmpSupport?: VpnEcmpSupportValue | null
[src]