Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class GetResourceCollectionResult(val resourceCollectionFilter: ResourceCollectionFilter? = null, val resourceCollectionType: ResourceCollectionType? = null)
Link copied to clipboard
data class NotificationChannelConfig(val filters: NotificationChannelNotificationFilterConfig? = null, val sns: NotificationChannelSnsChannelConfig? = null)
Information about notification channels you have configured with DevOps Guru.
Link copied to clipboard
data class NotificationChannelNotificationFilterConfig(val messageTypes: List<NotificationChannelNotificationMessageType>? = null, val severities: List<NotificationChannelInsightSeverity>? = null)
Information about filters of a notification channel configured in DevOpsGuru to filter for insights.
Link copied to clipboard
Information about a notification channel configured in DevOps Guru to send notifications when insights are created.
Link copied to clipboard
CloudFormation resource for DevOps Guru to monitor
Link copied to clipboard
data class ResourceCollectionFilter(val cloudFormation: ResourceCollectionCloudFormationCollectionFilter? = null, val tags: List<ResourceCollectionTagCollection>? = null)
Information about a filter used to specify which AWS resources are analyzed for anomalous behavior by DevOps Guru.
Link copied to clipboard
data class ResourceCollectionTagCollection(val appBoundaryKey: String? = null, val tagValues: List<String>? = null)
Tagged resource for DevOps Guru to monitor