amazonka-codedeploy-2.0: Amazon CodeDeploy 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.CodeDeploy.Types.EC2TagSet

Description

 
Synopsis

Documentation

data EC2TagSet Source #

Information about groups of Amazon EC2 instance tags.

See: newEC2TagSet smart constructor.

Constructors

EC2TagSet' 

Fields

  • ec2TagSetList :: Maybe [[EC2TagFilter]]

    A list that contains other lists of Amazon EC2 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
FromJSON EC2TagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagSet

ToJSON EC2TagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagSet

Generic EC2TagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagSet

Associated Types

type Rep EC2TagSet :: Type -> Type #

Read EC2TagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagSet

Show EC2TagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagSet

NFData EC2TagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagSet

Methods

rnf :: EC2TagSet -> () #

Eq EC2TagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagSet

Hashable EC2TagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagSet

type Rep EC2TagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagSet

type Rep EC2TagSet = D1 ('MetaData "EC2TagSet" "Amazonka.CodeDeploy.Types.EC2TagSet" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "EC2TagSet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ec2TagSetList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [[EC2TagFilter]]))))

newEC2TagSet :: EC2TagSet Source #

Create a value of EC2TagSet 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:ec2TagSetList:EC2TagSet', eC2TagSet_ec2TagSetList - A list that contains other lists of Amazon EC2 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.

eC2TagSet_ec2TagSetList :: Lens' EC2TagSet (Maybe [[EC2TagFilter]]) Source #

A list that contains other lists of Amazon EC2 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.