Package-level declarations
Types
Link copied to clipboard
data class AgentPermissionsPropertiesArgs(val principals: Output<List<String>>) : ConvertibleToJava<AgentPermissionsPropertiesArgs>
The agent permissions attached to this profiling group.
Link copied to clipboard
Builder for AgentPermissionsPropertiesArgs.
Link copied to clipboard
data class GetProfilingGroupPlainArgs(val profilingGroupName: String) : ConvertibleToJava<GetProfilingGroupPlainArgs>
Link copied to clipboard
Builder for GetProfilingGroupPlainArgs.
Link copied to clipboard
data class ProfilingGroupChannelArgs(val channelId: Output<String>? = null, val channelUri: Output<String>) : ConvertibleToJava<ProfilingGroupChannelArgs>
Notification medium for users to get alerted for events that occur in application profile. We support SNS topic as a notification channel.
Link copied to clipboard
Builder for ProfilingGroupChannelArgs.