Viewing docs for Cloudflare v6.15.0
published on Saturday, May 2, 2026 by Pulumi
published on Saturday, May 2, 2026 by Pulumi
Viewing docs for Cloudflare v6.15.0
published on Saturday, May 2, 2026 by Pulumi
published on Saturday, May 2, 2026 by Pulumi
Using getAiSearchToken
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 getAiSearchToken(args: GetAiSearchTokenArgs, opts?: InvokeOptions): Promise<GetAiSearchTokenResult>
function getAiSearchTokenOutput(args: GetAiSearchTokenOutputArgs, opts?: InvokeOptions): Output<GetAiSearchTokenResult>def get_ai_search_token(account_id: Optional[str] = None,
filter: Optional[GetAiSearchTokenFilter] = None,
id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAiSearchTokenResult
def get_ai_search_token_output(account_id: pulumi.Input[Optional[str]] = None,
filter: pulumi.Input[Optional[GetAiSearchTokenFilterArgs]] = None,
id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAiSearchTokenResult]func LookupAiSearchToken(ctx *Context, args *LookupAiSearchTokenArgs, opts ...InvokeOption) (*LookupAiSearchTokenResult, error)
func LookupAiSearchTokenOutput(ctx *Context, args *LookupAiSearchTokenOutputArgs, opts ...InvokeOption) LookupAiSearchTokenResultOutput> Note: This function is named LookupAiSearchToken in the Go SDK.
public static class GetAiSearchToken
{
public static Task<GetAiSearchTokenResult> InvokeAsync(GetAiSearchTokenArgs args, InvokeOptions? opts = null)
public static Output<GetAiSearchTokenResult> Invoke(GetAiSearchTokenInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAiSearchTokenResult> getAiSearchToken(GetAiSearchTokenArgs args, InvokeOptions options)
public static Output<GetAiSearchTokenResult> getAiSearchToken(GetAiSearchTokenArgs args, InvokeOptions options)
fn::invoke:
function: cloudflare:index/getAiSearchToken:getAiSearchToken
arguments:
# arguments dictionaryThe following arguments are supported:
- Account
Id string - Filter
Get
Ai Search Token Filter - Id string
- The ID of this resource.
- Account
Id string - Filter
Get
Ai Search Token Filter - Id string
- The ID of this resource.
- account
Id String - filter
Get
Ai Search Token Filter - id String
- The ID of this resource.
- account
Id string - filter
Get
Ai Search Token Filter - id string
- The ID of this resource.
- account_
id str - filter
Get
Ai Search Token Filter - id str
- The ID of this resource.
- account
Id String - filter Property Map
- id String
- The ID of this resource.
getAiSearchToken Result
The following output properties are available:
- Cf
Api stringId - Created
At string - Created
By string - Enabled bool
- Id string
- The ID of this resource.
- Legacy bool
- Modified
At string - Modified
By string - Name string
- Account
Id string - Filter
Get
Ai Search Token Filter
- Cf
Api stringId - Created
At string - Created
By string - Enabled bool
- Id string
- The ID of this resource.
- Legacy bool
- Modified
At string - Modified
By string - Name string
- Account
Id string - Filter
Get
Ai Search Token Filter
- cf
Api StringId - created
At String - created
By String - enabled Boolean
- id String
- The ID of this resource.
- legacy Boolean
- modified
At String - modified
By String - name String
- account
Id String - filter
Get
Ai Search Token Filter
- cf
Api stringId - created
At string - created
By string - enabled boolean
- id string
- The ID of this resource.
- legacy boolean
- modified
At string - modified
By string - name string
- account
Id string - filter
Get
Ai Search Token Filter
- cf_
api_ strid - created_
at str - created_
by str - enabled bool
- id str
- The ID of this resource.
- legacy bool
- modified_
at str - modified_
by str - name str
- account_
id str - filter
Get
Ai Search Token Filter
- cf
Api StringId - created
At String - created
By String - enabled Boolean
- id String
- The ID of this resource.
- legacy Boolean
- modified
At String - modified
By String - name String
- account
Id String - filter Property Map
Supporting Types
GetAiSearchTokenFilter
- Search string
- Filter tokens whose name contains this string (case-insensitive).
- Search string
- Filter tokens whose name contains this string (case-insensitive).
- search String
- Filter tokens whose name contains this string (case-insensitive).
- search string
- Filter tokens whose name contains this string (case-insensitive).
- search str
- Filter tokens whose name contains this string (case-insensitive).
- search String
- Filter tokens whose name contains this string (case-insensitive).
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.15.0
published on Saturday, May 2, 2026 by Pulumi
published on Saturday, May 2, 2026 by Pulumi
