| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CodeDeploy.Types.EC2TagFilter
Description
Synopsis
Documentation
data EC2TagFilter Source #
Information about an EC2 tag filter.
See: newEC2TagFilter smart constructor.
Constructors
| EC2TagFilter' | |
Instances
newEC2TagFilter :: EC2TagFilter Source #
Create a value of EC2TagFilter 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:key:EC2TagFilter', eC2TagFilter_key - The tag filter key.
$sel:type':EC2TagFilter', eC2TagFilter_type - The tag filter type:
KEY_ONLY: Key only.VALUE_ONLY: Value only.KEY_AND_VALUE: Key and value.
$sel:value:EC2TagFilter', eC2TagFilter_value - The tag filter value.
eC2TagFilter_key :: Lens' EC2TagFilter (Maybe Text) Source #
The tag filter key.
eC2TagFilter_type :: Lens' EC2TagFilter (Maybe EC2TagFilterType) Source #
The tag filter type:
KEY_ONLY: Key only.VALUE_ONLY: Value only.KEY_AND_VALUE: Key and value.
eC2TagFilter_value :: Lens' EC2TagFilter (Maybe Text) Source #
The tag filter value.