Viewing docs for Cloudflare v6.14.0
published on Thursday, Apr 2, 2026 by Pulumi
published on Thursday, Apr 2, 2026 by Pulumi
Viewing docs for Cloudflare v6.14.0
published on Thursday, Apr 2, 2026 by Pulumi
published on Thursday, Apr 2, 2026 by Pulumi
Using getAiSearchTokens
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 getAiSearchTokens(args: GetAiSearchTokensArgs, opts?: InvokeOptions): Promise<GetAiSearchTokensResult>
function getAiSearchTokensOutput(args: GetAiSearchTokensOutputArgs, opts?: InvokeOptions): Output<GetAiSearchTokensResult>def get_ai_search_tokens(account_id: Optional[str] = None,
max_items: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetAiSearchTokensResult
def get_ai_search_tokens_output(account_id: Optional[pulumi.Input[str]] = None,
max_items: Optional[pulumi.Input[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAiSearchTokensResult]func LookupAiSearchTokens(ctx *Context, args *LookupAiSearchTokensArgs, opts ...InvokeOption) (*LookupAiSearchTokensResult, error)
func LookupAiSearchTokensOutput(ctx *Context, args *LookupAiSearchTokensOutputArgs, opts ...InvokeOption) LookupAiSearchTokensResultOutput> Note: This function is named LookupAiSearchTokens in the Go SDK.
public static class GetAiSearchTokens
{
public static Task<GetAiSearchTokensResult> InvokeAsync(GetAiSearchTokensArgs args, InvokeOptions? opts = null)
public static Output<GetAiSearchTokensResult> Invoke(GetAiSearchTokensInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAiSearchTokensResult> getAiSearchTokens(GetAiSearchTokensArgs args, InvokeOptions options)
public static Output<GetAiSearchTokensResult> getAiSearchTokens(GetAiSearchTokensArgs args, InvokeOptions options)
fn::invoke:
function: cloudflare:index/getAiSearchTokens:getAiSearchTokens
arguments:
# arguments dictionaryThe following arguments are supported:
- account_
id str - max_
items int - Max items to fetch, default: 1000
getAiSearchTokens 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 Tokens Result> - The items returned by the data source
- Max
Items int - Max items to fetch, default: 1000
- Account
Id string - Id string
- The provider-assigned unique ID for this managed resource.
- Results
[]Get
Ai Search Tokens Result - The items returned by the data source
- Max
Items int - Max items to fetch, default: 1000
- account
Id String - id String
- The provider-assigned unique ID for this managed resource.
- results
List<Get
Ai Search Tokens Result> - The items returned by the data source
- max
Items Integer - Max items to fetch, default: 1000
- account
Id string - id string
- The provider-assigned unique ID for this managed resource.
- results
Get
Ai Search Tokens Result[] - The items returned by the data source
- max
Items number - Max items to fetch, default: 1000
- account_
id str - id str
- The provider-assigned unique ID for this managed resource.
- results
Sequence[Get
Ai Search Tokens Result] - The items returned by the data source
- max_
items int - Max items to fetch, default: 1000
- account
Id String - id String
- The provider-assigned unique ID for this managed resource.
- results List<Property Map>
- The items returned by the data source
- max
Items Number - Max items to fetch, default: 1000
Supporting Types
GetAiSearchTokensResult
- Cf
Api stringId - Created
At string - Created
By string - Enabled bool
- Id string
- Legacy bool
- Modified
At string - Modified
By string - Name string
- Cf
Api stringId - Created
At string - Created
By string - Enabled bool
- Id string
- Legacy bool
- Modified
At string - Modified
By string - Name string
- cf
Api StringId - created
At String - created
By String - enabled Boolean
- id String
- legacy Boolean
- modified
At String - modified
By String - name String
- cf
Api stringId - created
At string - created
By string - enabled boolean
- id string
- legacy boolean
- modified
At string - modified
By string - name string
- cf_
api_ strid - created_
at str - created_
by str - enabled bool
- id str
- legacy bool
- modified_
at str - modified_
by str - name str
- cf
Api StringId - created
At String - created
By String - enabled Boolean
- id String
- legacy Boolean
- modified
At String - modified
By String - 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.14.0
published on Thursday, Apr 2, 2026 by Pulumi
published on Thursday, Apr 2, 2026 by Pulumi
