Viewing docs for Cloudflare v6.18.0
published on Thursday, Jul 16, 2026 by Pulumi
published on Thursday, Jul 16, 2026 by Pulumi
Viewing docs for Cloudflare v6.18.0
published on Thursday, Jul 16, 2026 by Pulumi
published on Thursday, Jul 16, 2026 by Pulumi
Using getAiSearchNamespaces
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getAiSearchNamespaces(args: GetAiSearchNamespacesArgs, opts?: InvokeOptions): Promise<GetAiSearchNamespacesResult>
function getAiSearchNamespacesOutput(args: GetAiSearchNamespacesOutputArgs, opts?: InvokeOptions): Output<GetAiSearchNamespacesResult>def get_ai_search_namespaces(account_id: Optional[str] = None,
max_items: Optional[int] = None,
search: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAiSearchNamespacesResult
def get_ai_search_namespaces_output(account_id: pulumi.Input[Optional[str]] = None,
max_items: pulumi.Input[Optional[int]] = None,
search: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAiSearchNamespacesResult]func LookupAiSearchNamespaces(ctx *Context, args *LookupAiSearchNamespacesArgs, opts ...InvokeOption) (*LookupAiSearchNamespacesResult, error)
func LookupAiSearchNamespacesOutput(ctx *Context, args *LookupAiSearchNamespacesOutputArgs, opts ...InvokeOption) LookupAiSearchNamespacesResultOutput> Note: This function is named LookupAiSearchNamespaces in the Go SDK.
public static class GetAiSearchNamespaces
{
public static Task<GetAiSearchNamespacesResult> InvokeAsync(GetAiSearchNamespacesArgs args, InvokeOptions? opts = null)
public static Output<GetAiSearchNamespacesResult> Invoke(GetAiSearchNamespacesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAiSearchNamespacesResult> getAiSearchNamespaces(GetAiSearchNamespacesArgs args, InvokeOptions options)
public static Output<GetAiSearchNamespacesResult> getAiSearchNamespaces(GetAiSearchNamespacesArgs args, InvokeOptions options)
fn::invoke:
function: cloudflare:index/getAiSearchNamespaces:getAiSearchNamespaces
arguments:
# arguments dictionarydata "cloudflare_get_ai_search_namespaces" "name" {
# arguments
}The following arguments are supported:
- account_
id string - max_
items number - Max items to fetch, default: 1000
- search string
- Filter namespaces whose name or description contains this string (case-insensitive).
- account_
id str - max_
items int - Max items to fetch, default: 1000
- search str
- Filter namespaces whose name or description contains this string (case-insensitive).
getAiSearchNamespaces Result
The following output properties are available:
- Account
Id string - Id string
- The provider-assigned unique ID for this managed resource.
- Results
List<Get
Ai Search Namespaces Result> - The items returned by the data source
- Max
Items int - Max items to fetch, default: 1000
- Search string
- Filter namespaces whose name or description contains this string (case-insensitive).
- account_
id string - id string
- The provider-assigned unique ID for this managed resource.
- results list(object)
- The items returned by the data source
- max_
items number - Max items to fetch, default: 1000
- search string
- Filter namespaces whose name or description contains this string (case-insensitive).
- account
Id String - id String
- The provider-assigned unique ID for this managed resource.
- results
List<Get
Ai Search Namespaces Result> - The items returned by the data source
- max
Items Integer - Max items to fetch, default: 1000
- search String
- Filter namespaces whose name or description contains this string (case-insensitive).
- account
Id string - id string
- The provider-assigned unique ID for this managed resource.
- results
Get
Ai Search Namespaces Result[] - The items returned by the data source
- max
Items number - Max items to fetch, default: 1000
- search string
- Filter namespaces whose name or description contains this string (case-insensitive).
- account_
id str - id str
- The provider-assigned unique ID for this managed resource.
- results
Sequence[Get
Ai Search Namespaces Result] - The items returned by the data source
- max_
items int - Max items to fetch, default: 1000
- search str
- Filter namespaces whose name or description contains this string (case-insensitive).
Supporting Types
GetAiSearchNamespacesResult
- Created
At string - Description string
- Optional description for the namespace. Max 256 characters.
- Name string
- Created
At string - Description string
- Optional description for the namespace. Max 256 characters.
- Name string
- created_
at string - description string
- Optional description for the namespace. Max 256 characters.
- name string
- created
At String - description String
- Optional description for the namespace. Max 256 characters.
- name String
- created
At string - description string
- Optional description for the namespace. Max 256 characters.
- name string
- created_
at str - description str
- Optional description for the namespace. Max 256 characters.
- name str
- created
At String - description String
- Optional description for the namespace. Max 256 characters.
- name String
Package Details
- Repository
- Cloudflare pulumi/pulumi-cloudflare
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
cloudflareTerraform Provider.
Viewing docs for Cloudflare v6.18.0
published on Thursday, Jul 16, 2026 by Pulumi
published on Thursday, Jul 16, 2026 by Pulumi