import * as pulumi from "@pulumi/pulumi"; export declare function getBotmanContentProtectionRule(args: GetBotmanContentProtectionRuleArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getBotmanContentProtectionRule. */ export interface GetBotmanContentProtectionRuleArgs { configId: number; contentProtectionRuleId?: string; securityPolicyId: string; } /** * A collection of values returned by getBotmanContentProtectionRule. */ export interface GetBotmanContentProtectionRuleResult { readonly configId: number; readonly contentProtectionRuleId?: string; /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly json: string; readonly securityPolicyId: string; } export declare function getBotmanContentProtectionRuleOutput(args: GetBotmanContentProtectionRuleOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getBotmanContentProtectionRule. */ export interface GetBotmanContentProtectionRuleOutputArgs { configId: pulumi.Input; contentProtectionRuleId?: pulumi.Input; securityPolicyId: pulumi.Input; } //# sourceMappingURL=getBotmanContentProtectionRule.d.ts.map