Package-level declarations
Types
Link copied to clipboard
                object DevopsguruFunctions
Link copied to clipboard
                Link copied to clipboard
                data class EventSourcesConfigArgs(val eventSources: Output<List<EventSourcesConfigEventSourceArgs>>? = null) : ConvertibleToJava<EventSourcesConfigArgs> 
Link copied to clipboard
                Builder for EventSourcesConfigArgs.
Link copied to clipboard
                Link copied to clipboard
                Builder for EventSourcesConfig.
Link copied to clipboard
                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
                Builder for NotificationChannelArgs.
Link copied to clipboard
                Link copied to clipboard
                Builder for NotificationChannel.
Link copied to clipboard
                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
                Builder for ResourceCollectionArgs.
Link copied to clipboard
                Link copied to clipboard
                Builder for ResourceCollection.
Link copied to clipboard
                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
                Builder for ServiceIntegrationArgs.
Link copied to clipboard
                Link copied to clipboard
                Builder for ServiceIntegration.
Functions
Link copied to clipboard
                suspend fun eventSourcesConfig(name: String, block: suspend EventSourcesConfigResourceBuilder.() -> Unit): EventSourcesConfig
Link copied to clipboard
                suspend fun notificationChannel(name: String, block: suspend NotificationChannelResourceBuilder.() -> Unit): NotificationChannel
Link copied to clipboard
                suspend fun resourceCollection(name: String, block: suspend ResourceCollectionResourceBuilder.() -> Unit): ResourceCollection
Link copied to clipboard
                suspend fun serviceIntegration(name: String, block: suspend ServiceIntegrationResourceBuilder.() -> Unit): ServiceIntegration