| 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.OnPremisesTagSet
Description
Synopsis
Documentation
data OnPremisesTagSet Source #
Information about groups of on-premises instance tags.
See: newOnPremisesTagSet smart constructor.
Constructors
| OnPremisesTagSet' | |
Fields
| |
Instances
newOnPremisesTagSet :: OnPremisesTagSet Source #
Create a value of OnPremisesTagSet 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:onPremisesTagSetList:OnPremisesTagSet', onPremisesTagSet_onPremisesTagSetList - A list that contains other lists of on-premises instance tag groups. For
an instance to be included in the deployment group, it must be
identified by all of the tag groups in the list.
onPremisesTagSet_onPremisesTagSetList :: Lens' OnPremisesTagSet (Maybe [[TagFilter]]) Source #
A list that contains other lists of on-premises instance tag groups. For an instance to be included in the deployment group, it must be identified by all of the tag groups in the list.