Viewing docs for Cloudflare v6.19.0
published on Thursday, Aug 6, 2026 by Pulumi
published on Thursday, Aug 6, 2026 by Pulumi
Viewing docs for Cloudflare v6.19.0
published on Thursday, Aug 6, 2026 by Pulumi
published on Thursday, Aug 6, 2026 by Pulumi
Accepted Permissions
Zero Trust ReadZero Trust Write
Using getZeroTrustDlpCustomPromptTopic
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 getZeroTrustDlpCustomPromptTopic(args: GetZeroTrustDlpCustomPromptTopicArgs, opts?: InvokeOptions): Promise<GetZeroTrustDlpCustomPromptTopicResult>
function getZeroTrustDlpCustomPromptTopicOutput(args: GetZeroTrustDlpCustomPromptTopicOutputArgs, opts?: InvokeOutputOptions): Output<GetZeroTrustDlpCustomPromptTopicResult>def get_zero_trust_dlp_custom_prompt_topic(account_id: Optional[str] = None,
entry_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetZeroTrustDlpCustomPromptTopicResult
def get_zero_trust_dlp_custom_prompt_topic_output(account_id: pulumi.Input[Optional[str]] = None,
entry_id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetZeroTrustDlpCustomPromptTopicResult]func GetZeroTrustDlpCustomPromptTopic(ctx *Context, args *GetZeroTrustDlpCustomPromptTopicArgs, opts ...InvokeOption) (*GetZeroTrustDlpCustomPromptTopicResult, error)
func GetZeroTrustDlpCustomPromptTopicOutput(ctx *Context, args *GetZeroTrustDlpCustomPromptTopicOutputArgs, opts ...InvokeOption) GetZeroTrustDlpCustomPromptTopicResultOutput> Note: This function is named GetZeroTrustDlpCustomPromptTopic in the Go SDK.
public static class GetZeroTrustDlpCustomPromptTopic
{
public static Task<GetZeroTrustDlpCustomPromptTopicResult> InvokeAsync(GetZeroTrustDlpCustomPromptTopicArgs args, InvokeOptions? opts = null)
public static Output<GetZeroTrustDlpCustomPromptTopicResult> Invoke(GetZeroTrustDlpCustomPromptTopicInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetZeroTrustDlpCustomPromptTopicResult> Invoke(GetZeroTrustDlpCustomPromptTopicInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetZeroTrustDlpCustomPromptTopicResult> getZeroTrustDlpCustomPromptTopic(GetZeroTrustDlpCustomPromptTopicArgs args, InvokeOptions options)
public static Output<GetZeroTrustDlpCustomPromptTopicResult> getZeroTrustDlpCustomPromptTopic(GetZeroTrustDlpCustomPromptTopicArgs args, InvokeOptions options)
public static Output<GetZeroTrustDlpCustomPromptTopicResult> getZeroTrustDlpCustomPromptTopic(GetZeroTrustDlpCustomPromptTopicArgs args, InvokeOutputOptions options)
fn::invoke:
function: cloudflare:index/getZeroTrustDlpCustomPromptTopic:getZeroTrustDlpCustomPromptTopic
arguments:
# arguments dictionarydata "cloudflare_get_zero_trust_dlp_custom_prompt_topic" "name" {
# arguments
}The following arguments are supported:
- account_
id string - entry_
id string
- account_
id str - entry_
id str
getZeroTrustDlpCustomPromptTopic Result
The following output properties are available:
- account_
id string - created_
at string - description string
- enabled bool
- entry_
id string - id string
- The ID of this resource.
- name string
- profile_
id string - topic string
- updated_
at string
- account_
id str - created_
at str - description str
- enabled bool
- entry_
id str - id str
- The ID of this resource.
- name str
- profile_
id str - topic str
- updated_
at str
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.19.0
published on Thursday, Aug 6, 2026 by Pulumi
published on Thursday, Aug 6, 2026 by Pulumi