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 namespaces or private namespaces, but not both.EQ
is the default condition and can be omitted. - IN
-
When you specify
IN
for the condition, you can choose to list public namespaces, private namespaces, or both. - BETWEEN
-
Not applicable
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
, specify eitherDNS_PUBLIC
orDNS_PRIVATE
.If you specify
IN
forCondition
, you can specifyDNS_PUBLIC
,DNS_PRIVATE
, or both.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: