Package-level declarations
Types
Link copied to clipboard
data class EventSourcesConfigEventSource(val amazonCodeGuruProfilers: List<EventSourcesConfigEventSourceAmazonCodeGuruProfiler>? = null)
Link copied to clipboard
Link copied to clipboard
data class GetNotificationChannelFilter(val messageTypes: List<String>, val severities: List<String>)
Link copied to clipboard
data class GetNotificationChannelResult(val filters: List<GetNotificationChannelFilter>? = null, val id: String, val sns: List<GetNotificationChannelSn>? = null)
A collection of values returned by getNotificationChannel.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class GetResourceCollectionResult(val cloudformations: List<GetResourceCollectionCloudformation>? = null, val id: String, val tags: List<GetResourceCollectionTag>? = null, val type: String)
A collection of values returned by getResourceCollection.
Link copied to clipboard
Link copied to clipboard
data class NotificationChannelFilters(val messageTypes: List<String>? = null, val severities: List<String>? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class ServiceIntegrationKmsServerSideEncryption(val kmsKeyId: String? = null, val optInStatus: String? = null, val type: String? = null)
Link copied to clipboard
Link copied to clipboard