Skip to main content Link Search Menu Expand Document (external link)

CloudWatchServiceConfig overview

Added in v1.0.0


Table of contents


adapters

toCloudWatchClientConfig

Signature

export declare const toCloudWatchClientConfig: Effect.Effect<CloudWatchClientConfig, never, never>

Added in v1.0.0

cloudwatch service config

setCloudWatchServiceConfig

Signature

export declare const setCloudWatchServiceConfig: (config: CloudWatchService.Config) => Layer.Layer<never, never, never>

Added in v1.0.0

withCloudWatchServiceConfig

Signature

export declare const withCloudWatchServiceConfig: {
  (config: CloudWatchService.Config): <A, E, R>(effect: Effect.Effect<A, E, R>) => Effect.Effect<A, E, R>
  <A, E, R>(effect: Effect.Effect<A, E, R>, config: CloudWatchService.Config): Effect.Effect<A, E, R>
}

Added in v1.0.0