| 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.CloudFormation.Types.StackInstanceFilter
Description
Documentation
data StackInstanceFilter Source #
The filter to apply to stack instances
See: newStackInstanceFilter smart constructor.
Constructors
| StackInstanceFilter' | |
Instances
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:name:StackInstanceFilter', stackInstanceFilter_name - The type of filter to apply.
$sel:values:StackInstanceFilter', stackInstanceFilter_values - The status to filter by.
stackInstanceFilter_name :: Lens' StackInstanceFilter (Maybe StackInstanceFilterName) Source #
The type of filter to apply.
stackInstanceFilter_values :: Lens' StackInstanceFilter (Maybe Text) Source #
The status to filter by.