Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. identityServiceConfig :: Cluster -> Maybe IdentityServiceConfig

    gogol-container Gogol.Container

    Configuration for Identity Service component.

  2. idTokenSigningAlgValuesSupported :: GetOpenIDConfigResponse -> Maybe [Text]

    gogol-container Gogol.Container.Types

    supported ID Token signing Algorithms.

  3. identityServiceConfig :: Cluster -> Maybe IdentityServiceConfig

    gogol-container Gogol.Container.Types

    Configuration for Identity Service component.

  4. idLabel :: PubsubLocation -> Maybe Text

    gogol-dataflow Gogol.Dataflow

    If set, contains a pubsub label from which to extract record ids. If left empty, record deduplication will be strictly best effort.

  5. idLabel :: PubsubLocation -> Maybe Text

    gogol-dataflow Gogol.Dataflow.Types

    If set, contains a pubsub label from which to extract record ids. If left empty, record deduplication will be strictly best effort.

  6. identityConfig :: SecurityConfig -> Maybe IdentityConfig

    gogol-dataproc Gogol.Dataproc

    Optional. Identity related configuration, including service account based secure multi-tenancy user mappings.

  7. idleDeleteTtl :: LifecycleConfig -> Maybe Duration

    gogol-dataproc Gogol.Dataproc

    Optional. The duration to keep the cluster alive while idling (when no jobs are running). Passing this threshold will cause the cluster to be deleted. Minimum value is 5 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).

  8. idleStartTime :: LifecycleConfig -> Maybe DateTime

    gogol-dataproc Gogol.Dataproc

    Output only. The time when cluster became idle (most recent job finished) and became eligible for deletion due to idleness (see JSON representation of Timestamp (https://developers.google.com/protocol-buffers/docs/proto3#json)).

  9. idleTtl :: ExecutionConfig -> Maybe Duration

    gogol-dataproc Gogol.Dataproc

    Optional. Applies to sessions only. The duration to keep the session alive while it's idling. Exceeding this threshold causes the session to terminate. This field cannot be set on a batch workload. Minimum value is 10 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)). Defaults to 1 hour if not set. If both ttl and idlettl are specified for an interactive session, the conditions are treated as OR conditions: the workload will be terminated when it has been idle for idlettl or when ttl has been exceeded, whichever occurs first.

  10. identityConfig :: SecurityConfig -> Maybe IdentityConfig

    gogol-dataproc Gogol.Dataproc.Types

    Optional. Identity related configuration, including service account based secure multi-tenancy user mappings.

Page 338 of many | Previous | Next