libZSservicesZSamazonka-codeguruprofilerZSamazonka-codeguruprofiler
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CodeGuruProfiler.Types.AgentOrchestrationConfig

Description

 
Synopsis

Documentation

data AgentOrchestrationConfig Source #

Specifies whether profiling is enabled or disabled for a profiling group. It is used by ConfigureAgent to enable or disable profiling for a profiling group.

See: newAgentOrchestrationConfig smart constructor.

Constructors

AgentOrchestrationConfig' 

Fields

  • profilingEnabled :: Bool

    A Boolean that specifies whether the profiling agent collects profiling data or not. Set to true to enable profiling.

Instances

Instances details
Eq AgentOrchestrationConfig Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.AgentOrchestrationConfig

Read AgentOrchestrationConfig Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.AgentOrchestrationConfig

Show AgentOrchestrationConfig Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.AgentOrchestrationConfig

Generic AgentOrchestrationConfig Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.AgentOrchestrationConfig

Associated Types

type Rep AgentOrchestrationConfig :: Type -> Type #

NFData AgentOrchestrationConfig Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.AgentOrchestrationConfig

Hashable AgentOrchestrationConfig Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.AgentOrchestrationConfig

ToJSON AgentOrchestrationConfig Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.AgentOrchestrationConfig

FromJSON AgentOrchestrationConfig Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.AgentOrchestrationConfig

type Rep AgentOrchestrationConfig Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.AgentOrchestrationConfig

type Rep AgentOrchestrationConfig = D1 ('MetaData "AgentOrchestrationConfig" "Amazonka.CodeGuruProfiler.Types.AgentOrchestrationConfig" "libZSservicesZSamazonka-codeguruprofilerZSamazonka-codeguruprofiler" 'False) (C1 ('MetaCons "AgentOrchestrationConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "profilingEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool)))

newAgentOrchestrationConfig Source #

Create a value of AgentOrchestrationConfig 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:profilingEnabled:AgentOrchestrationConfig', agentOrchestrationConfig_profilingEnabled - A Boolean that specifies whether the profiling agent collects profiling data or not. Set to true to enable profiling.

agentOrchestrationConfig_profilingEnabled :: Lens' AgentOrchestrationConfig Bool Source #

A Boolean that specifies whether the profiling agent collects profiling data or not. Set to true to enable profiling.