toggle menu
pulumi-aws-kotlin
6.37.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.codeguruprofiler.kotlin.outputs
/
GetProfilingGroupProfilingStatus
Get
Profiling
Group
Profiling
Status
data
class
GetProfilingGroupProfilingStatus
(
val
latestAgentOrchestratedAt
:
String
,
val
latestAgentProfileReportedAt
:
String
,
val
latestAggregatedProfiles
:
List
<
Any
>
)
Members
Constructors
Get
Profiling
Group
Profiling
Status
Link copied to clipboard
constructor
(
latestAgentOrchestratedAt
:
String
,
latestAgentProfileReportedAt
:
String
,
latestAggregatedProfiles
:
List
<
Any
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
latest
Agent
Orchestrated
At
Link copied to clipboard
val
latestAgentOrchestratedAt
:
String
latest
Agent
Profile
Reported
At
Link copied to clipboard
val
latestAgentProfileReportedAt
:
String
latest
Aggregated
Profiles
Link copied to clipboard
val
latestAggregatedProfiles
:
List
<
Any
>