TransitGatewayVpcAttachmentResponse: {
    createdAt: string;
    deletedAt?: string;
    details: TransitGatewayVpcAttachmentDetails;
    foundationId: string;
    projectId: string;
    stackSpotAccountId: string;
    status: "READY" | "PENDING" | "ERROR";
    transitGatewayId: string;
    transitGatewayVpcAttachmentId: string;
    updatedAt: string;
    vpcId: string;
}

Type declaration

  • createdAt: string
  • OptionaldeletedAt?: string
  • details: TransitGatewayVpcAttachmentDetails
  • foundationId: string
  • projectId: string
  • stackSpotAccountId: string
  • status: "READY" | "PENDING" | "ERROR"
  • transitGatewayId: string
  • transitGatewayVpcAttachmentId: string
  • updatedAt: string
  • vpcId: string