libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation
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.CloudFormation.Types.StackInstanceFilter

Description

 
Synopsis

Documentation

data StackInstanceFilter Source #

The status that stack instances are filtered by.

See: newStackInstanceFilter smart constructor.

Constructors

StackInstanceFilter' 

Fields

Instances

Instances details
Eq StackInstanceFilter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceFilter

Read StackInstanceFilter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceFilter

Show StackInstanceFilter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceFilter

Generic StackInstanceFilter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceFilter

Associated Types

type Rep StackInstanceFilter :: Type -> Type #

NFData StackInstanceFilter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceFilter

Methods

rnf :: StackInstanceFilter -> () #

Hashable StackInstanceFilter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceFilter

ToQuery StackInstanceFilter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceFilter

type Rep StackInstanceFilter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceFilter

type Rep StackInstanceFilter = D1 ('MetaData "StackInstanceFilter" "Amazonka.CloudFormation.Types.StackInstanceFilter" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "StackInstanceFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackInstanceFilterName))))

newStackInstanceFilter :: StackInstanceFilter Source #

Create a value of StackInstanceFilter 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:values:StackInstanceFilter', stackInstanceFilter_values - The status to filter by.

$sel:name:StackInstanceFilter', stackInstanceFilter_name - The type of filter to apply.