NamespaceFilter
A complex type that identifies the namespaces that you want to list. You can choose to list public or private namespaces.
Contents
- Condition
-
The operator that you want to use to determine whether
ListNamespaces
returns a namespace. Valid values forCondition
include:- EQ
-
When you specify
EQ
for the condition, you can choose to list only public DNS namespaces, private DNS namespaces, or HTTP namespaces.EQ
is the default condition and can be omitted.
Type: String
Valid Values:
EQ | IN | BETWEEN
Required: No
- Name
-
Specify
TYPE
.Type: String
Valid Values:
TYPE
Required: Yes
- Values
-
If you specify
EQ
forCondition
, specifyHTTP
,DNS_PUBLIC
, orDNS_PRIVATE
.Type: Array of strings
Length Constraints: Minimum length of 1. Maximum length of 255.
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: