ListCertificatesRequest: {
    lbId: string;
    name?: string;
    orderBy?: ListCertificatesRequestOrderBy;
    page?: number;
    pageSize?: number;
    region?: Region;
}

Type declaration

  • lbId: string

    Load Balancer ID.

  • Optionalname?: string

    Certificate name to filter for, only certificates of this name will be returned.

  • OptionalorderBy?: ListCertificatesRequestOrderBy

    Sort order of certificates in the response.

  • Optionalpage?: number

    The page number to return, from the paginated results.

  • OptionalpageSize?: number

    Number of certificates to return.

  • Optionalregion?: Region

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