| 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.DMS.Types.CollectorHealthCheck
Description
Synopsis
- data CollectorHealthCheck = CollectorHealthCheck' {}
- newCollectorHealthCheck :: CollectorHealthCheck
- collectorHealthCheck_collectorStatus :: Lens' CollectorHealthCheck (Maybe CollectorStatus)
- collectorHealthCheck_localCollectorS3Access :: Lens' CollectorHealthCheck (Maybe Bool)
- collectorHealthCheck_webCollectorGrantedRoleBasedAccess :: Lens' CollectorHealthCheck (Maybe Bool)
- collectorHealthCheck_webCollectorS3Access :: Lens' CollectorHealthCheck (Maybe Bool)
Documentation
data CollectorHealthCheck Source #
Describes the last Fleet Advisor collector health check.
See: newCollectorHealthCheck smart constructor.
Constructors
| CollectorHealthCheck' | |
Fields
| |
Instances
newCollectorHealthCheck :: CollectorHealthCheck Source #
Create a value of CollectorHealthCheck 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:collectorStatus:CollectorHealthCheck', collectorHealthCheck_collectorStatus - The status of the Fleet Advisor collector.
$sel:localCollectorS3Access:CollectorHealthCheck', collectorHealthCheck_localCollectorS3Access - Whether the local collector can access its Amazon S3 bucket.
$sel:webCollectorGrantedRoleBasedAccess:CollectorHealthCheck', collectorHealthCheck_webCollectorGrantedRoleBasedAccess - Whether the role that you provided when creating the Fleet Advisor
collector has sufficient permissions to access the Fleet Advisor web
collector.
$sel:webCollectorS3Access:CollectorHealthCheck', collectorHealthCheck_webCollectorS3Access - Whether the web collector can access its Amazon S3 bucket.
collectorHealthCheck_collectorStatus :: Lens' CollectorHealthCheck (Maybe CollectorStatus) Source #
The status of the Fleet Advisor collector.
collectorHealthCheck_localCollectorS3Access :: Lens' CollectorHealthCheck (Maybe Bool) Source #
Whether the local collector can access its Amazon S3 bucket.
collectorHealthCheck_webCollectorGrantedRoleBasedAccess :: Lens' CollectorHealthCheck (Maybe Bool) Source #
Whether the role that you provided when creating the Fleet Advisor collector has sufficient permissions to access the Fleet Advisor web collector.
collectorHealthCheck_webCollectorS3Access :: Lens' CollectorHealthCheck (Maybe Bool) Source #
Whether the web collector can access its Amazon S3 bucket.