| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ApplicationInsights.Types.ApplicationComponent
Description
Synopsis
- data ApplicationComponent = ApplicationComponent' {}
- newApplicationComponent :: ApplicationComponent
- applicationComponent_componentName :: Lens' ApplicationComponent (Maybe Text)
- applicationComponent_componentRemarks :: Lens' ApplicationComponent (Maybe Text)
- applicationComponent_detectedWorkload :: Lens' ApplicationComponent (Maybe (HashMap Tier (HashMap Text Text)))
- applicationComponent_monitor :: Lens' ApplicationComponent (Maybe Bool)
- applicationComponent_osType :: Lens' ApplicationComponent (Maybe OsType)
- applicationComponent_resourceType :: Lens' ApplicationComponent (Maybe Text)
- applicationComponent_tier :: Lens' ApplicationComponent (Maybe Tier)
Documentation
data ApplicationComponent Source #
Describes a standalone resource or similarly grouped resources that the application is made up of.
See: newApplicationComponent smart constructor.
Constructors
| ApplicationComponent' | |
Fields
| |
Instances
newApplicationComponent :: ApplicationComponent Source #
Create a value of ApplicationComponent 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:componentName:ApplicationComponent', applicationComponent_componentName - The name of the component.
$sel:componentRemarks:ApplicationComponent', applicationComponent_componentRemarks - If logging is supported for the resource type, indicates whether the
component has configured logs to be monitored.
$sel:detectedWorkload:ApplicationComponent', applicationComponent_detectedWorkload - Workloads detected in the application component.
$sel:monitor:ApplicationComponent', applicationComponent_monitor - Indicates whether the application component is monitored.
$sel:osType:ApplicationComponent', applicationComponent_osType - The operating system of the component.
$sel:resourceType:ApplicationComponent', applicationComponent_resourceType - The resource type. Supported resource types include EC2 instances, Auto
Scaling group, Classic ELB, Application ELB, and SQS Queue.
$sel:tier:ApplicationComponent', applicationComponent_tier - The stack tier of the application component.
applicationComponent_componentName :: Lens' ApplicationComponent (Maybe Text) Source #
The name of the component.
applicationComponent_componentRemarks :: Lens' ApplicationComponent (Maybe Text) Source #
If logging is supported for the resource type, indicates whether the component has configured logs to be monitored.
applicationComponent_detectedWorkload :: Lens' ApplicationComponent (Maybe (HashMap Tier (HashMap Text Text))) Source #
Workloads detected in the application component.
applicationComponent_monitor :: Lens' ApplicationComponent (Maybe Bool) Source #
Indicates whether the application component is monitored.
applicationComponent_osType :: Lens' ApplicationComponent (Maybe OsType) Source #
The operating system of the component.
applicationComponent_resourceType :: Lens' ApplicationComponent (Maybe Text) Source #
The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.
applicationComponent_tier :: Lens' ApplicationComponent (Maybe Tier) Source #
The stack tier of the application component.