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
§
DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue | null
[src]§
DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue | null
[src]§
DnsSupport?: DnsSupportValue | null
[src]§
VpnEcmpSupport?: VpnEcmpSupportValue | null
[src]