GetProfilingGroupResult

data class GetProfilingGroupResult(val agentOrchestrationConfigs: List<GetProfilingGroupAgentOrchestrationConfig>, val arn: String, val computePlatform: String, val createdAt: String, val id: String, val name: String, val profilingStatuses: List<GetProfilingGroupProfilingStatus>, val tags: Map<String, String>, val updatedAt: String)

A collection of values returned by getProfilingGroup.

Constructors

Link copied to clipboard
constructor(agentOrchestrationConfigs: List<GetProfilingGroupAgentOrchestrationConfig>, arn: String, computePlatform: String, createdAt: String, id: String, name: String, profilingStatuses: List<GetProfilingGroupProfilingStatus>, tags: Map<String, String>, updatedAt: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Profiling Group agent orchestration config

Link copied to clipboard
val arn: String

ARN of the Profiling Group.

Link copied to clipboard

The compute platform of the profiling group.

Link copied to clipboard

Timestamp when Profiling Group was created.

Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard

The status of the Profiling Group.

Link copied to clipboard

Mapping of Key-Value tags for the resource.

Link copied to clipboard

Timestamp when Profiling Group was updated.