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

Description

 
Synopsis

Documentation

data TagCostEstimationResourceCollectionFilter Source #

Information about a collection of Amazon Web Services resources that are identified by an Amazon Web Services tag. This collection of resources is used to create a monthly cost estimate for DevOps Guru to analyze Amazon Web Services resources. The maximum number of tags you can specify for a cost estimate is one. The estimate created is for the cost to analyze the Amazon Web Services resources defined by the tag. For more information, see Stacks in the Amazon Web Services CloudFormation User Guide.

See: newTagCostEstimationResourceCollectionFilter smart constructor.

Constructors

TagCostEstimationResourceCollectionFilter' 

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 :: NonEmpty 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 TagCostEstimationResourceCollectionFilter Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.TagCostEstimationResourceCollectionFilter

ToJSON TagCostEstimationResourceCollectionFilter Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.TagCostEstimationResourceCollectionFilter

Generic TagCostEstimationResourceCollectionFilter Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.TagCostEstimationResourceCollectionFilter

Read TagCostEstimationResourceCollectionFilter Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.TagCostEstimationResourceCollectionFilter

Show TagCostEstimationResourceCollectionFilter Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.TagCostEstimationResourceCollectionFilter

NFData TagCostEstimationResourceCollectionFilter Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.TagCostEstimationResourceCollectionFilter

Eq TagCostEstimationResourceCollectionFilter Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.TagCostEstimationResourceCollectionFilter

Hashable TagCostEstimationResourceCollectionFilter Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.TagCostEstimationResourceCollectionFilter

type Rep TagCostEstimationResourceCollectionFilter Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.TagCostEstimationResourceCollectionFilter

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

newTagCostEstimationResourceCollectionFilter Source #

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

tagCostEstimationResourceCollectionFilter_appBoundaryKey :: Lens' TagCostEstimationResourceCollectionFilter 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.

tagCostEstimationResourceCollectionFilter_tagValues :: Lens' TagCostEstimationResourceCollectionFilter (NonEmpty 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.