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 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,
id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAiSearchTokenResult
def get_ai_search_token_output(account_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[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 str - id str
- The ID of this resource.
getAiSearchToken Result
The following output properties are available:
- Account
Id string - 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 - 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 - 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 - 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 str - 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 String - 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
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
