Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class EventSourcesConfig : KotlinCustomResource
Link copied to clipboard
data class EventSourcesConfigArgs(val eventSources: Output<List<EventSourcesConfigEventSourceArgs>>? = null) : ConvertibleToJava<EventSourcesConfigArgs>
Link copied to clipboard
Link copied to clipboard
class NotificationChannel : KotlinCustomResource

Resource for managing an AWS DevOps Guru Notification Channel.

Link copied to clipboard
data class NotificationChannelArgs(val filters: Output<NotificationChannelFiltersArgs>? = null, val sns: Output<NotificationChannelSnsArgs>? = null) : ConvertibleToJava<NotificationChannelArgs>

Resource for managing an AWS DevOps Guru Notification Channel.

Link copied to clipboard
Link copied to clipboard
class ResourceCollection : KotlinCustomResource

Resource for managing an AWS DevOps Guru Resource Collection.

Link copied to clipboard
data class ResourceCollectionArgs(val cloudformation: Output<ResourceCollectionCloudformationArgs>? = null, val tags: Output<ResourceCollectionTagsArgs>? = null, val type: Output<String>? = null) : ConvertibleToJava<ResourceCollectionArgs>

Resource for managing an AWS DevOps Guru Resource Collection.

Link copied to clipboard
Link copied to clipboard
class ServiceIntegration : KotlinCustomResource
Link copied to clipboard
data class ServiceIntegrationArgs(val kmsServerSideEncryption: Output<ServiceIntegrationKmsServerSideEncryptionArgs>? = null, val logsAnomalyDetection: Output<ServiceIntegrationLogsAnomalyDetectionArgs>? = null, val opsCenter: Output<ServiceIntegrationOpsCenterArgs>? = null) : ConvertibleToJava<ServiceIntegrationArgs>
Link copied to clipboard

Functions