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

Description

 
Synopsis

Documentation

data UpdateTagCollectionFilter Source #

A new collection of Amazon Web Services resources that are defined by an Amazon Web Services tag or tag key/value pair.

See: newUpdateTagCollectionFilter smart constructor.

Constructors

UpdateTagCollectionFilter' 

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

Defined in Amazonka.DevOpsGuru.Types.UpdateTagCollectionFilter

Generic UpdateTagCollectionFilter Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.UpdateTagCollectionFilter

Associated Types

type Rep UpdateTagCollectionFilter :: Type -> Type #

Read UpdateTagCollectionFilter Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.UpdateTagCollectionFilter

Show UpdateTagCollectionFilter Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.UpdateTagCollectionFilter

NFData UpdateTagCollectionFilter Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.UpdateTagCollectionFilter

Eq UpdateTagCollectionFilter Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.UpdateTagCollectionFilter

Hashable UpdateTagCollectionFilter Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.UpdateTagCollectionFilter

type Rep UpdateTagCollectionFilter Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.UpdateTagCollectionFilter

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

newUpdateTagCollectionFilter Source #

Create a value of UpdateTagCollectionFilter 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:UpdateTagCollectionFilter', updateTagCollectionFilter_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:UpdateTagCollectionFilter', updateTagCollectionFilter_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.

updateTagCollectionFilter_appBoundaryKey :: Lens' UpdateTagCollectionFilter 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.

updateTagCollectionFilter_tagValues :: Lens' UpdateTagCollectionFilter [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.