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

Description

 
Synopsis

Documentation

data ServiceIntegrationConfig Source #

Information about the integration of DevOps Guru with another AWS service, such as AWS Systems Manager.

See: newServiceIntegrationConfig smart constructor.

Constructors

ServiceIntegrationConfig' 

Fields

  • opsCenter :: Maybe OpsCenterIntegration

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

Instances

Instances details
Eq ServiceIntegrationConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ServiceIntegrationConfig

Read ServiceIntegrationConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ServiceIntegrationConfig

Show ServiceIntegrationConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ServiceIntegrationConfig

Generic ServiceIntegrationConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ServiceIntegrationConfig

Associated Types

type Rep ServiceIntegrationConfig :: Type -> Type #

NFData ServiceIntegrationConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ServiceIntegrationConfig

Hashable ServiceIntegrationConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ServiceIntegrationConfig

FromJSON ServiceIntegrationConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ServiceIntegrationConfig

type Rep ServiceIntegrationConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ServiceIntegrationConfig

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

newServiceIntegrationConfig :: ServiceIntegrationConfig Source #

Create a value of ServiceIntegrationConfig 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:opsCenter:ServiceIntegrationConfig', serviceIntegrationConfig_opsCenter - Information about whether DevOps Guru is configured to create an OpsItem in AWS Systems Manager OpsCenter for each created insight.

serviceIntegrationConfig_opsCenter :: Lens' ServiceIntegrationConfig (Maybe OpsCenterIntegration) Source #

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