amazonka-servicecatalog-appregistry-2.0: Amazon Service Catalog App Registry 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.ServiceCatalogAppRegistry.Types.TagQueryConfiguration

Description

 
Synopsis

Documentation

data TagQueryConfiguration Source #

The definition of tagQuery. Specifies which resources are associated with an application.

See: newTagQueryConfiguration smart constructor.

Constructors

TagQueryConfiguration' 

Fields

  • tagKey :: Maybe Text

    Condition in the IAM policy that associates resources to an application.

Instances

Instances details
FromJSON TagQueryConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.TagQueryConfiguration

ToJSON TagQueryConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.TagQueryConfiguration

Generic TagQueryConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.TagQueryConfiguration

Associated Types

type Rep TagQueryConfiguration :: Type -> Type #

Read TagQueryConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.TagQueryConfiguration

Show TagQueryConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.TagQueryConfiguration

NFData TagQueryConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.TagQueryConfiguration

Methods

rnf :: TagQueryConfiguration -> () #

Eq TagQueryConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.TagQueryConfiguration

Hashable TagQueryConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.TagQueryConfiguration

type Rep TagQueryConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.TagQueryConfiguration

type Rep TagQueryConfiguration = D1 ('MetaData "TagQueryConfiguration" "Amazonka.ServiceCatalogAppRegistry.Types.TagQueryConfiguration" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "TagQueryConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tagKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTagQueryConfiguration :: TagQueryConfiguration Source #

Create a value of TagQueryConfiguration 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:tagKey:TagQueryConfiguration', tagQueryConfiguration_tagKey - Condition in the IAM policy that associates resources to an application.

tagQueryConfiguration_tagKey :: Lens' TagQueryConfiguration (Maybe Text) Source #

Condition in the IAM policy that associates resources to an application.