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 ApplicationComponent = ApplicationComponent' {}
- newApplicationComponent :: ApplicationComponent
- applicationComponent_osType :: Lens' ApplicationComponent (Maybe OsType)
- applicationComponent_resourceType :: Lens' ApplicationComponent (Maybe Text)
- applicationComponent_detectedWorkload :: Lens' ApplicationComponent (Maybe (HashMap Tier (HashMap Text Text)))
- applicationComponent_monitor :: Lens' ApplicationComponent (Maybe Bool)
- applicationComponent_tier :: Lens' ApplicationComponent (Maybe Tier)
- applicationComponent_componentName :: Lens' ApplicationComponent (Maybe Text)
- applicationComponent_componentRemarks :: Lens' ApplicationComponent (Maybe Text)
Documentation
data ApplicationComponent Source #
Describes a standalone resource or similarly grouped resources that the application is made up of.
See: newApplicationComponent
smart constructor.
ApplicationComponent' | |
|
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: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:detectedWorkload:ApplicationComponent'
, applicationComponent_detectedWorkload
- Workloads detected in the application component.
$sel:monitor:ApplicationComponent'
, applicationComponent_monitor
- Indicates whether the application component is monitored.
$sel:tier:ApplicationComponent'
, applicationComponent_tier
- The stack tier of the application component.
$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.
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_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_tier :: Lens' ApplicationComponent (Maybe Tier) Source #
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.