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 getAiSearchNamespace
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 getAiSearchNamespace(args: GetAiSearchNamespaceArgs, opts?: InvokeOptions): Promise<GetAiSearchNamespaceResult>
function getAiSearchNamespaceOutput(args: GetAiSearchNamespaceOutputArgs, opts?: InvokeOptions): Output<GetAiSearchNamespaceResult>def get_ai_search_namespace(account_id: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAiSearchNamespaceResult
def get_ai_search_namespace_output(account_id: pulumi.Input[Optional[str]] = None,
name: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAiSearchNamespaceResult]func LookupAiSearchNamespace(ctx *Context, args *LookupAiSearchNamespaceArgs, opts ...InvokeOption) (*LookupAiSearchNamespaceResult, error)
func LookupAiSearchNamespaceOutput(ctx *Context, args *LookupAiSearchNamespaceOutputArgs, opts ...InvokeOption) LookupAiSearchNamespaceResultOutput> Note: This function is named LookupAiSearchNamespace in the Go SDK.
public static class GetAiSearchNamespace
{
public static Task<GetAiSearchNamespaceResult> InvokeAsync(GetAiSearchNamespaceArgs args, InvokeOptions? opts = null)
public static Output<GetAiSearchNamespaceResult> Invoke(GetAiSearchNamespaceInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAiSearchNamespaceResult> getAiSearchNamespace(GetAiSearchNamespaceArgs args, InvokeOptions options)
public static Output<GetAiSearchNamespaceResult> getAiSearchNamespace(GetAiSearchNamespaceArgs args, InvokeOptions options)
fn::invoke:
function: cloudflare:index/getAiSearchNamespace:getAiSearchNamespace
arguments:
# arguments dictionarydata "cloudflare_get_ai_search_namespace" "name" {
# arguments
}The following arguments are supported:
- account_
id string - name string
- account_
id str - name str
getAiSearchNamespace Result
The following output properties are available:
- Account
Id string - Created
At string - Description string
- Optional description for the namespace. Max 256 characters.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Account
Id string - Created
At string - Description string
- Optional description for the namespace. Max 256 characters.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- account_
id string - created_
at string - description string
- Optional description for the namespace. Max 256 characters.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- account
Id String - created
At String - description String
- Optional description for the namespace. Max 256 characters.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- account
Id string - created
At string - description string
- Optional description for the namespace. Max 256 characters.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- account_
id str - created_
at str - description str
- Optional description for the namespace. Max 256 characters.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- account
Id String - created
At String - description String
- Optional description for the namespace. Max 256 characters.
- id String
- The provider-assigned unique ID for this managed resource.
- 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