amazonka-resource-explorer-v2-2.0: Amazon Resource Explorer 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.ResourceExplorer2.Types.IncludedProperty

Description

 
Synopsis

Documentation

data IncludedProperty Source #

Information about an additional property that describes a resource, that you can optionally include in the view. This lets you view that property in search results, and filter your search results based on the value of the property.

See: newIncludedProperty smart constructor.

Constructors

IncludedProperty' 

Fields

  • name :: Text

    The name of the property that is included in this view.

    You can specify the following property names for this field:

    • Tags

Instances

Instances details
FromJSON IncludedProperty Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.Types.IncludedProperty

ToJSON IncludedProperty Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.Types.IncludedProperty

Generic IncludedProperty Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.Types.IncludedProperty

Associated Types

type Rep IncludedProperty :: Type -> Type #

Read IncludedProperty Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.Types.IncludedProperty

Show IncludedProperty Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.Types.IncludedProperty

NFData IncludedProperty Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.Types.IncludedProperty

Methods

rnf :: IncludedProperty -> () #

Eq IncludedProperty Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.Types.IncludedProperty

Hashable IncludedProperty Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.Types.IncludedProperty

type Rep IncludedProperty Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.Types.IncludedProperty

type Rep IncludedProperty = D1 ('MetaData "IncludedProperty" "Amazonka.ResourceExplorer2.Types.IncludedProperty" "amazonka-resource-explorer-v2-2.0-DYDynTzMYCcKX3QLWjH6Yt" 'False) (C1 ('MetaCons "IncludedProperty'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newIncludedProperty Source #

Create a value of IncludedProperty 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:name:IncludedProperty', includedProperty_name - The name of the property that is included in this view.

You can specify the following property names for this field:

  • Tags

includedProperty_name :: Lens' IncludedProperty Text Source #

The name of the property that is included in this view.

You can specify the following property names for this field:

  • Tags