amazonka-dms-2.0: Amazon Database Migration Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.DMS.Types.CollectorHealthCheck

Description

 
Synopsis

Documentation

data CollectorHealthCheck Source #

Describes the last Fleet Advisor collector health check.

See: newCollectorHealthCheck smart constructor.

Constructors

CollectorHealthCheck' 

Fields

Instances

Instances details
FromJSON CollectorHealthCheck Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorHealthCheck

Generic CollectorHealthCheck Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorHealthCheck

Associated Types

type Rep CollectorHealthCheck :: Type -> Type #

Read CollectorHealthCheck Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorHealthCheck

Show CollectorHealthCheck Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorHealthCheck

NFData CollectorHealthCheck Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorHealthCheck

Methods

rnf :: CollectorHealthCheck -> () #

Eq CollectorHealthCheck Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorHealthCheck

Hashable CollectorHealthCheck Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorHealthCheck

type Rep CollectorHealthCheck Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorHealthCheck

type Rep CollectorHealthCheck = D1 ('MetaData "CollectorHealthCheck" "Amazonka.DMS.Types.CollectorHealthCheck" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "CollectorHealthCheck'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "collectorStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CollectorStatus)) :*: S1 ('MetaSel ('Just "localCollectorS3Access") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "webCollectorGrantedRoleBasedAccess") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "webCollectorS3Access") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))

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_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.