ConfigureAgentRequest

The structure representing the configureAgentRequest.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A universally unique identifier (UUID) for a profiling instance. For example, if the profiling instance is an Amazon EC2 instance, it is the instance ID. If it is an AWS Fargate container, it is the container's task ID.

Link copied to clipboard

Metadata captured about the compute platform the agent is running on. It includes information about sampling and reporting. The valid fields are:

Link copied to clipboard

The name of the profiling group for which the configured agent is collecting profiling data.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String