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.
identityServiceConfig :: Cluster -> Maybe IdentityServiceConfiggogol-container Gogol.Container Configuration for Identity Service component.
idTokenSigningAlgValuesSupported :: GetOpenIDConfigResponse -> Maybe [Text]gogol-container Gogol.Container.Types supported ID Token signing Algorithms.
identityServiceConfig :: Cluster -> Maybe IdentityServiceConfiggogol-container Gogol.Container.Types Configuration for Identity Service component.
idLabel :: PubsubLocation -> Maybe Textgogol-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.
idLabel :: PubsubLocation -> Maybe Textgogol-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.
identityConfig :: SecurityConfig -> Maybe IdentityConfiggogol-dataproc Gogol.Dataproc Optional. Identity related configuration, including service account based secure multi-tenancy user mappings.
idleDeleteTtl :: LifecycleConfig -> Maybe Durationgogol-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)).
idleStartTime :: LifecycleConfig -> Maybe DateTimegogol-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)).
idleTtl :: ExecutionConfig -> Maybe Durationgogol-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.
identityConfig :: SecurityConfig -> Maybe IdentityConfiggogol-dataproc Gogol.Dataproc.Types Optional. Identity related configuration, including service account based secure multi-tenancy user mappings.