amazonka-devops-guru-2.0: Amazon DevOps Guru 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.DevOpsGuru.Types.TagHealth

Description

 
Synopsis

Documentation

data TagHealth Source #

Information about the health of Amazon Web Services resources in your account that are specified by an Amazon Web Services tag key.

See: newTagHealth smart constructor.

Constructors

TagHealth' 

Fields

  • analyzedResourceCount :: Maybe Integer

    Number of resources that DevOps Guru is monitoring in your account that are specified by an Amazon Web Services tag.

  • appBoundaryKey :: Maybe Text

    An Amazon Web Services tag key that is used to identify the Amazon Web Services resources that DevOps Guru analyzes. All Amazon Web Services resources in your account and Region tagged with this key make up your DevOps Guru application and analysis boundary.

    The string used for a key in a tag that you use to define your resource coverage must begin with the prefix Devops-guru-. The tag key might be DevOps-Guru-deployment-application or devops-guru-rds-application. When you create a key, the case of characters in the key can be whatever you choose. After you create a key, it is case-sensitive. For example, DevOps Guru works with a key named devops-guru-rds and a key named DevOps-Guru-RDS, and these act as two different keys. Possible key/value pairs in your application might be Devops-Guru-production-application/RDS or Devops-Guru-production-application/containers.

  • insight :: Maybe InsightHealth

    Information about the health of the Amazon Web Services resources in your account that are specified by an Amazon Web Services tag, including the number of open proactive, open reactive insights, and the Mean Time to Recover (MTTR) of closed insights.

  • tagValue :: Maybe Text

    The value in an Amazon Web Services tag.

    The tag's value is an optional field used to associate a string with the tag key (for example, 111122223333, Production, or a team name). The key and value are the tag's key pair. Omitting the tag value is the same as using an empty string. Like tag keys, tag values are case-sensitive. You can specify a maximum of 256 characters for a tag value.

Instances

Instances details
FromJSON TagHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.TagHealth

Generic TagHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.TagHealth

Associated Types

type Rep TagHealth :: Type -> Type #

Read TagHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.TagHealth

Show TagHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.TagHealth

NFData TagHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.TagHealth

Methods

rnf :: TagHealth -> () #

Eq TagHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.TagHealth

Hashable TagHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.TagHealth

type Rep TagHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.TagHealth

type Rep TagHealth = D1 ('MetaData "TagHealth" "Amazonka.DevOpsGuru.Types.TagHealth" "amazonka-devops-guru-2.0-C03FLSgo73f1Pu5ftIREHS" 'False) (C1 ('MetaCons "TagHealth'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "analyzedResourceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "appBoundaryKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "insight") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InsightHealth)) :*: S1 ('MetaSel ('Just "tagValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newTagHealth :: TagHealth Source #

Create a value of TagHealth 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:analyzedResourceCount:TagHealth', tagHealth_analyzedResourceCount - Number of resources that DevOps Guru is monitoring in your account that are specified by an Amazon Web Services tag.

$sel:appBoundaryKey:TagHealth', tagHealth_appBoundaryKey - An Amazon Web Services tag key that is used to identify the Amazon Web Services resources that DevOps Guru analyzes. All Amazon Web Services resources in your account and Region tagged with this key make up your DevOps Guru application and analysis boundary.

The string used for a key in a tag that you use to define your resource coverage must begin with the prefix Devops-guru-. The tag key might be DevOps-Guru-deployment-application or devops-guru-rds-application. When you create a key, the case of characters in the key can be whatever you choose. After you create a key, it is case-sensitive. For example, DevOps Guru works with a key named devops-guru-rds and a key named DevOps-Guru-RDS, and these act as two different keys. Possible key/value pairs in your application might be Devops-Guru-production-application/RDS or Devops-Guru-production-application/containers.

$sel:insight:TagHealth', tagHealth_insight - Information about the health of the Amazon Web Services resources in your account that are specified by an Amazon Web Services tag, including the number of open proactive, open reactive insights, and the Mean Time to Recover (MTTR) of closed insights.

$sel:tagValue:TagHealth', tagHealth_tagValue - The value in an Amazon Web Services tag.

The tag's value is an optional field used to associate a string with the tag key (for example, 111122223333, Production, or a team name). The key and value are the tag's key pair. Omitting the tag value is the same as using an empty string. Like tag keys, tag values are case-sensitive. You can specify a maximum of 256 characters for a tag value.

tagHealth_analyzedResourceCount :: Lens' TagHealth (Maybe Integer) Source #

Number of resources that DevOps Guru is monitoring in your account that are specified by an Amazon Web Services tag.

tagHealth_appBoundaryKey :: Lens' TagHealth (Maybe Text) Source #

An Amazon Web Services tag key that is used to identify the Amazon Web Services resources that DevOps Guru analyzes. All Amazon Web Services resources in your account and Region tagged with this key make up your DevOps Guru application and analysis boundary.

The string used for a key in a tag that you use to define your resource coverage must begin with the prefix Devops-guru-. The tag key might be DevOps-Guru-deployment-application or devops-guru-rds-application. When you create a key, the case of characters in the key can be whatever you choose. After you create a key, it is case-sensitive. For example, DevOps Guru works with a key named devops-guru-rds and a key named DevOps-Guru-RDS, and these act as two different keys. Possible key/value pairs in your application might be Devops-Guru-production-application/RDS or Devops-Guru-production-application/containers.

tagHealth_insight :: Lens' TagHealth (Maybe InsightHealth) Source #

Information about the health of the Amazon Web Services resources in your account that are specified by an Amazon Web Services tag, including the number of open proactive, open reactive insights, and the Mean Time to Recover (MTTR) of closed insights.

tagHealth_tagValue :: Lens' TagHealth (Maybe Text) Source #

The value in an Amazon Web Services tag.

The tag's value is an optional field used to associate a string with the tag key (for example, 111122223333, Production, or a team name). The key and value are the tag's key pair. Omitting the tag value is the same as using an empty string. Like tag keys, tag values are case-sensitive. You can specify a maximum of 256 characters for a tag value.