Class ZeebeRuntimeConfig.CloudConfig

  • Enclosing class:
    ZeebeRuntimeConfig

    public static class ZeebeRuntimeConfig.CloudConfig
    extends Object
    Zeebe client cloud configuration.
    • Field Detail

      • clusterId

        @ConfigItem(name="cluster-id")
        public Optional<String> clusterId
        Cloud cluster ID
      • clientId

        @ConfigItem(name="client-id")
        public Optional<String> clientId
        Cloud client secret ID
      • clientSecret

        @ConfigItem(name="client-secret")
        public Optional<String> clientSecret
        Cloud client secret
      • region

        @ConfigItem(name="region",
                    defaultValue="bru-2")
        public String region
        Cloud region
      • baseUrl

        @ConfigItem(name="base-url",
                    defaultValue="zeebe.camunda.io")
        public String baseUrl
        Cloud base URL
      • authUrl

        @ConfigItem(name="auth-url",
                    defaultValue="https://login.cloud.camunda.io/oauth/token")
        public String authUrl
        Cloud authorization server URL
      • port

        @ConfigItem(name="port",
                    defaultValue="443")
        public int port
        Cloud port
      • credentialsCachePath

        @ConfigItem(name="credentials-cache-path")
        public Optional<String> credentialsCachePath
        Cloud credentials cache path
    • Constructor Detail

      • CloudConfig

        public CloudConfig()