CreatePinByURLRequest: {
    name?: string;
    region?: Region;
    url: string;
    volumeId: string;
}

Type declaration

  • Optionalname?: string

    Pin name.

  • Optionalregion?: Region

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

  • url: string

    URL containing the content you want to pin.

  • volumeId: string

    Volume ID on which you want to pin your content.