AttachVpcRequest: { linkId: string; region?: Region; vpcId: string }

Type declaration

  • linkId: string

    ID of the link to attach VPC to.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.

  • vpcId: string

    ID of the VPC to attach.