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

Description

 
Synopsis

Documentation

data TagCollectionFilter Source #

A collection of Amazon Web Services tags used to filter insights. This is used to return insights generated from only resources that contain the tags in the tag collection.

See: newTagCollectionFilter smart constructor.

Constructors

TagCollectionFilter' 

Fields

  • appBoundaryKey :: 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.

  • tagValues :: [Text]

    The values in an Amazon Web Services tag collection.

    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 TagCollectionFilter Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.TagCollectionFilter

Generic TagCollectionFilter Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.TagCollectionFilter

Associated Types

type Rep TagCollectionFilter :: Type -> Type #

Read TagCollectionFilter Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.TagCollectionFilter

Show TagCollectionFilter Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.TagCollectionFilter

NFData TagCollectionFilter Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.TagCollectionFilter

Methods

rnf :: TagCollectionFilter -> () #

Eq TagCollectionFilter Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.TagCollectionFilter

Hashable TagCollectionFilter Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.TagCollectionFilter

type Rep TagCollectionFilter Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.TagCollectionFilter

type Rep TagCollectionFilter = D1 ('MetaData "TagCollectionFilter" "Amazonka.DevOpsGuru.Types.TagCollectionFilter" "amazonka-devops-guru-2.0-C03FLSgo73f1Pu5ftIREHS" 'False) (C1 ('MetaCons "TagCollectionFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appBoundaryKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newTagCollectionFilter Source #

Create a value of TagCollectionFilter 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:appBoundaryKey:TagCollectionFilter', tagCollectionFilter_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:tagValues:TagCollectionFilter', tagCollectionFilter_tagValues - The values in an Amazon Web Services tag collection.

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.

tagCollectionFilter_appBoundaryKey :: Lens' TagCollectionFilter 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.

tagCollectionFilter_tagValues :: Lens' TagCollectionFilter [Text] Source #

The values in an Amazon Web Services tag collection.

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.