CreateHubRequest: {
    disableEvents?: boolean;
    eventsTopicPrefix?: string;
    name?: string;
    productPlan: HubProductPlan;
    projectId?: string;
    region?: Region;
    twinsGraphiteConfig?: HubTwinsGraphiteConfig;
}

Type declaration

  • OptionaldisableEvents?: boolean

    Disable Hub events.

  • OptionaleventsTopicPrefix?: string

    Topic prefix (default '$SCW/events') of Hub events.

  • Optionalname?: string

    Hub name (up to 255 characters).

  • productPlan: HubProductPlan

    Hub product plan.

  • OptionalprojectId?: string

    Project/Organization ID to filter for, only Hubs from this Project/Organization will be returned.

  • Optionalregion?: Region

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

  • OptionaltwinsGraphiteConfig?: HubTwinsGraphiteConfig

    BETA - not implemented yet.

    One-of ('twinsDbConfig'): at most one of 'twinsGraphiteConfig' could be set.