Package-level declarations

Types

Link copied to clipboard
data class AgentPermissionsProperties(val principals: List<String>)

The agent permissions attached to this profiling group.

Link copied to clipboard
data class GetProfilingGroupResult(val agentPermissions: AgentPermissionsProperties? = null, val anomalyDetectionNotificationConfiguration: List<ProfilingGroupChannel>? = null, val arn: String? = null, val tags: List<Tag>? = null)
Link copied to clipboard
data class ProfilingGroupChannel(val channelId: String? = null, val channelUri: String)

Notification medium for users to get alerted for events that occur in application profile. We support SNS topic as a notification channel.