Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ConfigurationTag = ConfigurationTag' {}
- newConfigurationTag :: ConfigurationTag
- configurationTag_timeOfCreation :: Lens' ConfigurationTag (Maybe UTCTime)
- configurationTag_configurationId :: Lens' ConfigurationTag (Maybe Text)
- configurationTag_configurationType :: Lens' ConfigurationTag (Maybe ConfigurationItemType)
- configurationTag_value :: Lens' ConfigurationTag (Maybe Text)
- configurationTag_key :: Lens' ConfigurationTag (Maybe Text)
Documentation
data ConfigurationTag Source #
Tags for a configuration item. Tags are metadata that help you categorize IT assets.
See: newConfigurationTag
smart constructor.
ConfigurationTag' | |
|
Instances
newConfigurationTag :: ConfigurationTag Source #
Create a value of ConfigurationTag
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:timeOfCreation:ConfigurationTag'
, configurationTag_timeOfCreation
- The time the configuration tag was created in Coordinated Universal Time
(UTC).
$sel:configurationId:ConfigurationTag'
, configurationTag_configurationId
- The configuration ID for the item to tag. You can specify a list of keys
and values.
$sel:configurationType:ConfigurationTag'
, configurationTag_configurationType
- A type of IT asset to tag.
$sel:value:ConfigurationTag'
, configurationTag_value
- A value on which to filter. For example key = serverType and /value =
web server/.
$sel:key:ConfigurationTag'
, configurationTag_key
- A type of tag on which to filter. For example, serverType.
configurationTag_timeOfCreation :: Lens' ConfigurationTag (Maybe UTCTime) Source #
The time the configuration tag was created in Coordinated Universal Time (UTC).
configurationTag_configurationId :: Lens' ConfigurationTag (Maybe Text) Source #
The configuration ID for the item to tag. You can specify a list of keys and values.
configurationTag_configurationType :: Lens' ConfigurationTag (Maybe ConfigurationItemType) Source #
A type of IT asset to tag.
configurationTag_value :: Lens' ConfigurationTag (Maybe Text) Source #
A value on which to filter. For example key = serverType and /value = web server/.
configurationTag_key :: Lens' ConfigurationTag (Maybe Text) Source #
A type of tag on which to filter. For example, serverType.