| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
Amazonka.Route53AutoNaming.Types.NamespaceFilter
Description
Synopsis
Documentation
data NamespaceFilter Source #
A complex type that identifies the namespaces that you want to list. You can choose to list public or private namespaces.
See: newNamespaceFilter smart constructor.
Constructors
| NamespaceFilter' | |
Fields
| |
Instances
Arguments
| :: NamespaceFilterName | |
| -> NamespaceFilter |
Create a value of NamespaceFilter 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:condition:NamespaceFilter', namespaceFilter_condition - The operator that you want to use to determine whether ListNamespaces
returns a namespace. Valid values for condition include:
- EQ
- When you specify
EQfor the condition, you can choose to list only public namespaces or private namespaces, but not both.EQis the default condition and can be omitted. - IN
- When you specify
INfor the condition, you can choose to list public namespaces, private namespaces, or both. - BETWEEN
- Not applicable
$sel:name:NamespaceFilter', namespaceFilter_name - Specify TYPE.
$sel:values:NamespaceFilter', namespaceFilter_values - If you specify EQ for Condition, specify either DNS_PUBLIC or
DNS_PRIVATE.
If you specify IN for Condition, you can specify DNS_PUBLIC,
DNS_PRIVATE, or both.
namespaceFilter_condition :: Lens' NamespaceFilter (Maybe FilterCondition) Source #
The operator that you want to use to determine whether ListNamespaces
returns a namespace. Valid values for condition include:
- EQ
- When you specify
EQfor the condition, you can choose to list only public namespaces or private namespaces, but not both.EQis the default condition and can be omitted. - IN
- When you specify
INfor the condition, you can choose to list public namespaces, private namespaces, or both. - BETWEEN
- Not applicable
namespaceFilter_name :: Lens' NamespaceFilter NamespaceFilterName Source #
Specify TYPE.
namespaceFilter_values :: Lens' NamespaceFilter [Text] Source #
If you specify EQ for Condition, specify either DNS_PUBLIC or
DNS_PRIVATE.
If you specify IN for Condition, you can specify DNS_PUBLIC,
DNS_PRIVATE, or both.