Boolean profilingEnabled
AgentConfiguration configuration
AgentOrchestrationConfig agentOrchestrationConfig
The agent orchestration configuration.
String clientToken
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
This parameter specifies a unique identifier for the new profiling group that helps ensure idempotency.
String profilingGroupName
The name of the profiling group.
ProfilingGroupDescription profilingGroup
Information about the new profiling group
String profilingGroupName
The profiling group name to delete.
String profilingGroupName
The profiling group name.
ProfilingGroupDescription profilingGroup
Information about a profiling group.
String profilingGroupName
The name of the profiling group.
String accept
The format of the profile to return. You can choose application/json or the default
application/x-amzn-ion.
Date endTime
You must specify exactly two of the following parameters: startTime, period, and
endTime.
Integer maxDepth
The maximum depth of the graph.
String period
The period of the profile to get. The time range must be in the past and not longer than one week.
You must specify exactly two of the following parameters: startTime, period, and
endTime.
String profilingGroupName
The name of the profiling group to get.
Date startTime
The start time of the profile to get.
You must specify exactly two of the following parameters: startTime, period, and
endTime.
String contentEncoding
The content encoding of the profile.
String contentType
The content type of the profile in the payload. It is either application/json or the default
application/x-amzn-ion.
ByteBuffer profile
Information about the profile.
Date endTime
The end time of the time range from which to list the profiles.
Integer maxResults
The maximum number of profile time results returned by ListProfileTimes in paginated output. When
this parameter is used, ListProfileTimes only returns maxResults results in a single
page with a nextToken response element. The remaining results of the initial request can be seen by
sending another ListProfileTimes request with the returned nextToken value.
String nextToken
The nextToken value returned from a previous paginated ListProfileTimes request where
maxResults was used and the results exceeded the value of that parameter. Pagination continues from
the end of the previous results that returned the nextToken value.
This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
String orderBy
The order (ascending or descending by start time of the profile) to use when listing profiles. Defaults to
TIMESTAMP_DESCENDING.
String period
The aggregation period.
String profilingGroupName
The name of the profiling group.
Date startTime
The start time of the time range from which to list the profiles.
String nextToken
The nextToken value to include in a future ListProfileTimes request. When the results
of a ListProfileTimes request exceed maxResults, this value can be used to retrieve the
next page of results. This value is null when there are no more results to return.
List<E> profileTimes
The list of start times of the available profiles for the aggregation period in the specified time range.
Boolean includeDescription
A Boolean value indicating whether to include a description.
Integer maxResults
The maximum number of profiling groups results returned by ListProfilingGroups in paginated output.
When this parameter is used, ListProfilingGroups only returns maxResults results in a
single page along with a nextToken response element. The remaining results of the initial request
can be seen by sending another ListProfilingGroups request with the returned nextToken
value.
String nextToken
The nextToken value returned from a previous paginated ListProfilingGroups request
where maxResults was used and the results exceeded the value of that parameter. Pagination continues
from the end of the previous results that returned the nextToken value.
This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
String nextToken
The nextToken value to include in a future ListProfilingGroups request. When the
results of a ListProfilingGroups request exceed maxResults, this value can be used to
retrieve the next page of results. This value is null when there are no more results to return.
List<E> profilingGroupNames
Information about profiling group names.
List<E> profilingGroups
Information about profiling groups.
ByteBuffer agentProfile
String contentType
String profileToken
String profilingGroupName
Date start
The start time of the profile.
AgentOrchestrationConfig agentOrchestrationConfig
String arn
The Amazon Resource Name (ARN) identifying the profiling group.
Date createdAt
The time, in milliseconds since the epoch, when the profiling group was created.
String name
The name of the profiling group.
ProfilingStatus profilingStatus
The status of the profiling group.
Date updatedAt
The time, in milliseconds since the epoch, when the profiling group was last updated.
Date latestAgentOrchestratedAt
The time, in milliseconds since the epoch, when the latest agent was orchestrated.
Date latestAgentProfileReportedAt
The time, in milliseconds since the epoch, when the latest agent was reported..
AggregatedProfileTime latestAggregatedProfile
The latest aggregated profile
String actionGroup
The list of actions that the users and roles can perform on the profiling group.
List<E> principals
The list of role and user ARNs or the accountId that needs access (wildcards are not allowed).
String profilingGroupName
The name of the profiling group.
String revisionId
A unique identifier for the current revision of the policy. This is required, if a policy exists for the profiling group. This is not required when creating the policy for the first time.
AgentOrchestrationConfig agentOrchestrationConfig
String profilingGroupName
The name of the profiling group to update.
ProfilingGroupDescription profilingGroup
Updated information about the profiling group.
Copyright © 2020. All rights reserved.