Type Alias CreateTransitGatewayVpcAttachmentRequest
CreateTransitGatewayVpcAttachmentRequest: {
projectId: string;
subnetIds: string[];
transitGatewayId: string;
vpcId: string;
}
Type declaration
projectId: string
subnetIds: string[]
transitGatewayId: string
vpcId: string