Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ProfilingGroupDescription = ProfilingGroupDescription' {}
- newProfilingGroupDescription :: ProfilingGroupDescription
- profilingGroupDescription_computePlatform :: Lens' ProfilingGroupDescription (Maybe ComputePlatform)
- profilingGroupDescription_arn :: Lens' ProfilingGroupDescription (Maybe Text)
- profilingGroupDescription_createdAt :: Lens' ProfilingGroupDescription (Maybe UTCTime)
- profilingGroupDescription_name :: Lens' ProfilingGroupDescription (Maybe Text)
- profilingGroupDescription_profilingStatus :: Lens' ProfilingGroupDescription (Maybe ProfilingStatus)
- profilingGroupDescription_updatedAt :: Lens' ProfilingGroupDescription (Maybe UTCTime)
- profilingGroupDescription_agentOrchestrationConfig :: Lens' ProfilingGroupDescription (Maybe AgentOrchestrationConfig)
- profilingGroupDescription_tags :: Lens' ProfilingGroupDescription (Maybe (HashMap Text Text))
Documentation
data ProfilingGroupDescription Source #
Contains information about a profiling group.
See: newProfilingGroupDescription
smart constructor.
ProfilingGroupDescription' | |
|
Instances
newProfilingGroupDescription :: ProfilingGroupDescription Source #
Create a value of ProfilingGroupDescription
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:computePlatform:ProfilingGroupDescription'
, profilingGroupDescription_computePlatform
- The compute platform of the profiling group. If it is set to
AWSLambda
, then the profiled application runs on AWS Lambda. If it is
set to Default
, then the profiled application runs on a compute
platform that is not AWS Lambda, such an Amazon EC2 instance, an
on-premises server, or a different platform. The default is Default
.
$sel:arn:ProfilingGroupDescription'
, profilingGroupDescription_arn
- The Amazon Resource Name (ARN) identifying the profiling group resource.
$sel:createdAt:ProfilingGroupDescription'
, profilingGroupDescription_createdAt
- The time when the profiling group was created. Specify using the ISO
8601 format. For example, 2020-06-01T13:15:02.001Z represents 1
millisecond past June 1, 2020 1:15:02 PM UTC.
$sel:name:ProfilingGroupDescription'
, profilingGroupDescription_name
- The name of the profiling group.
$sel:profilingStatus:ProfilingGroupDescription'
, profilingGroupDescription_profilingStatus
- A
ProfilingStatus
object that includes information about the last time a profile agent
pinged back, the last time a profile was received, and the aggregation
period and start time for the most recent aggregated profile.
$sel:updatedAt:ProfilingGroupDescription'
, profilingGroupDescription_updatedAt
- The date and time when the profiling group was last updated. Specify
using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z
represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
$sel:agentOrchestrationConfig:ProfilingGroupDescription'
, profilingGroupDescription_agentOrchestrationConfig
- An
AgentOrchestrationConfig
object that indicates if the profiling group is enabled for profiled or
not.
$sel:tags:ProfilingGroupDescription'
, profilingGroupDescription_tags
- A list of the tags that belong to this profiling group.
profilingGroupDescription_computePlatform :: Lens' ProfilingGroupDescription (Maybe ComputePlatform) Source #
The compute platform of the profiling group. If it is set to
AWSLambda
, then the profiled application runs on AWS Lambda. If it is
set to Default
, then the profiled application runs on a compute
platform that is not AWS Lambda, such an Amazon EC2 instance, an
on-premises server, or a different platform. The default is Default
.
profilingGroupDescription_arn :: Lens' ProfilingGroupDescription (Maybe Text) Source #
The Amazon Resource Name (ARN) identifying the profiling group resource.
profilingGroupDescription_createdAt :: Lens' ProfilingGroupDescription (Maybe UTCTime) Source #
The time when the profiling group was created. Specify using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
profilingGroupDescription_name :: Lens' ProfilingGroupDescription (Maybe Text) Source #
The name of the profiling group.
profilingGroupDescription_profilingStatus :: Lens' ProfilingGroupDescription (Maybe ProfilingStatus) Source #
A ProfilingStatus object that includes information about the last time a profile agent pinged back, the last time a profile was received, and the aggregation period and start time for the most recent aggregated profile.
profilingGroupDescription_updatedAt :: Lens' ProfilingGroupDescription (Maybe UTCTime) Source #
The date and time when the profiling group was last updated. Specify using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
profilingGroupDescription_agentOrchestrationConfig :: Lens' ProfilingGroupDescription (Maybe AgentOrchestrationConfig) Source #
An AgentOrchestrationConfig object that indicates if the profiling group is enabled for profiled or not.
profilingGroupDescription_tags :: Lens' ProfilingGroupDescription (Maybe (HashMap Text Text)) Source #
A list of the tags that belong to this profiling group.