Package-level declarations

Types

Link copied to clipboard
interface EventBridge

Docs: https://docs.aws.amazon.com/eventbridge/latest/APIReference/Welcome.html

Link copied to clipboard
abstract class EventBridgeAction<R : Any>(clazz: KClass<R>, autoMarshalling: AutoMarshalling = EventBridgeMoshi) : AwsJsonAction<R>
Link copied to clipboard
@KotshiJsonAdapterFactory
object EventBridgeJsonAdapterFactory : JsonAdapter.Factory
Link copied to clipboard

Functions

Link copied to clipboard
fun EventBridge.Companion.Http(env: Map<String, String> = System.getenv(), http: HttpHandler = JavaHttpClient(), clock: Clock = Clock.systemUTC(), overrideEndpoint: Uri? = null): EventBridge

Convenience function to create a EventBridge from a System environment

fun EventBridge.Companion.Http(env: Environment, http: HttpHandler = JavaHttpClient(), clock: Clock = Clock.systemUTC(), overrideEndpoint: Uri? = null): EventBridge

Convenience function to create a EventBridge from an http4k Environment

fun EventBridge.Companion.Http(region: Region, credentialsProvider: () -> AwsCredentials, rawHttp: HttpHandler = JavaHttpClient(), clock: Clock = Clock.systemUTC(), overrideEndpoint: Uri? = null): EventBridge