UpdateRouteRequest: {
    dbConfig?: UpdateRouteRequestDatabaseConfig;
    name?: string;
    region?: Region;
    restConfig?: UpdateRouteRequestRestConfig;
    routeId: string;
    s3Config?: UpdateRouteRequestS3Config;
    topic?: string;
}

Type declaration

  • OptionaldbConfig?: UpdateRouteRequestDatabaseConfig

    When updating Database Route, DB-specific configuration fields.

    One-of ('config'): at most one of 's3Config', 'dbConfig', 'restConfig' could be set.

  • Optionalname?: string

    Route name.

  • Optionalregion?: Region

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

  • OptionalrestConfig?: UpdateRouteRequestRestConfig

    When updating Rest Route, Rest-specific configuration fields.

    One-of ('config'): at most one of 's3Config', 'dbConfig', 'restConfig' could be set.

  • routeId: string

    Route id.

  • Optionals3Config?: UpdateRouteRequestS3Config

    When updating Amazon S3 Route, Amazon S3-specific configuration fields.

    One-of ('config'): at most one of 's3Config', 'dbConfig', 'restConfig' could be set.

  • Optionaltopic?: string

    Topic the route subscribes to. It must be a valid MQTT topic and up to 65535 characters.