libZSservicesZSamazonka-devops-guruZSamazonka-devops-guru
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.DevOpsGuru.Types.OpsCenterIntegrationConfig

Description

 
Synopsis

Documentation

data OpsCenterIntegrationConfig Source #

Information about whether DevOps Guru is configured to create an OpsItem in AWS Systems Manager OpsCenter for each created insight.

See: newOpsCenterIntegrationConfig smart constructor.

Constructors

OpsCenterIntegrationConfig' 

Fields

Instances

Instances details
Eq OpsCenterIntegrationConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.OpsCenterIntegrationConfig

Read OpsCenterIntegrationConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.OpsCenterIntegrationConfig

Show OpsCenterIntegrationConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.OpsCenterIntegrationConfig

Generic OpsCenterIntegrationConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.OpsCenterIntegrationConfig

Associated Types

type Rep OpsCenterIntegrationConfig :: Type -> Type #

NFData OpsCenterIntegrationConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.OpsCenterIntegrationConfig

Hashable OpsCenterIntegrationConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.OpsCenterIntegrationConfig

ToJSON OpsCenterIntegrationConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.OpsCenterIntegrationConfig

type Rep OpsCenterIntegrationConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.OpsCenterIntegrationConfig

type Rep OpsCenterIntegrationConfig = D1 ('MetaData "OpsCenterIntegrationConfig" "Amazonka.DevOpsGuru.Types.OpsCenterIntegrationConfig" "libZSservicesZSamazonka-devops-guruZSamazonka-devops-guru" 'False) (C1 ('MetaCons "OpsCenterIntegrationConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "optInStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OptInStatus))))

newOpsCenterIntegrationConfig :: OpsCenterIntegrationConfig Source #

Create a value of OpsCenterIntegrationConfig 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:optInStatus:OpsCenterIntegrationConfig', opsCenterIntegrationConfig_optInStatus - Specifies if DevOps Guru is enabled to create an AWS Systems Manager OpsItem for each created insight.

opsCenterIntegrationConfig_optInStatus :: Lens' OpsCenterIntegrationConfig (Maybe OptInStatus) Source #

Specifies if DevOps Guru is enabled to create an AWS Systems Manager OpsItem for each created insight.