MoveIPRequest: {
    fromResource: CustomResource;
    ipId: string;
    region?: Region;
    toResource?: CustomResource;
}

Type declaration

  • fromResource: CustomResource

    Custom resource currently attached to the IP.

  • ipId: string

    IP ID.

  • Optionalregion?: Region

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

  • OptionaltoResource?: CustomResource

    Custom resource to be attached to the IP.