DetachIPRequest: {
    ipId: string;
    region?: Region;
    resource: CustomResource;
}

Type declaration

  • ipId: string

    IP ID.

  • Optionalregion?: Region

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

  • resource: CustomResource

    Custom resource currently attached to the IP.