libZSservicesZSamazonka-codedeployZSamazonka-codedeploy
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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

  • onPremisesTagSetList :: Maybe [[TagFilter]]

    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.

Instances

Instances details
Eq OnPremisesTagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OnPremisesTagSet

Read OnPremisesTagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OnPremisesTagSet

Show OnPremisesTagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OnPremisesTagSet

Generic OnPremisesTagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OnPremisesTagSet

Associated Types

type Rep OnPremisesTagSet :: Type -> Type #

NFData OnPremisesTagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OnPremisesTagSet

Methods

rnf :: OnPremisesTagSet -> () #

Hashable OnPremisesTagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OnPremisesTagSet

ToJSON OnPremisesTagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OnPremisesTagSet

FromJSON OnPremisesTagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OnPremisesTagSet

type Rep OnPremisesTagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OnPremisesTagSet

type Rep OnPremisesTagSet = D1 ('MetaData "OnPremisesTagSet" "Amazonka.CodeDeploy.Types.OnPremisesTagSet" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "OnPremisesTagSet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "onPremisesTagSetList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [[TagFilter]]))))

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.