1. Packages
  2. Akamai
  3. API Docs
  4. getBotmanContentProtectionRule
Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi

akamai.getBotmanContentProtectionRule

Explore with Pulumi AI

akamai logo
Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi

    Using getBotmanContentProtectionRule

    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 getBotmanContentProtectionRule(args: GetBotmanContentProtectionRuleArgs, opts?: InvokeOptions): Promise<GetBotmanContentProtectionRuleResult>
    function getBotmanContentProtectionRuleOutput(args: GetBotmanContentProtectionRuleOutputArgs, opts?: InvokeOptions): Output<GetBotmanContentProtectionRuleResult>
    def get_botman_content_protection_rule(config_id: Optional[int] = None,
                                           content_protection_rule_id: Optional[str] = None,
                                           security_policy_id: Optional[str] = None,
                                           opts: Optional[InvokeOptions] = None) -> GetBotmanContentProtectionRuleResult
    def get_botman_content_protection_rule_output(config_id: Optional[pulumi.Input[int]] = None,
                                           content_protection_rule_id: Optional[pulumi.Input[str]] = None,
                                           security_policy_id: Optional[pulumi.Input[str]] = None,
                                           opts: Optional[InvokeOptions] = None) -> Output[GetBotmanContentProtectionRuleResult]
    func LookupBotmanContentProtectionRule(ctx *Context, args *LookupBotmanContentProtectionRuleArgs, opts ...InvokeOption) (*LookupBotmanContentProtectionRuleResult, error)
    func LookupBotmanContentProtectionRuleOutput(ctx *Context, args *LookupBotmanContentProtectionRuleOutputArgs, opts ...InvokeOption) LookupBotmanContentProtectionRuleResultOutput

    > Note: This function is named LookupBotmanContentProtectionRule in the Go SDK.

    public static class GetBotmanContentProtectionRule 
    {
        public static Task<GetBotmanContentProtectionRuleResult> InvokeAsync(GetBotmanContentProtectionRuleArgs args, InvokeOptions? opts = null)
        public static Output<GetBotmanContentProtectionRuleResult> Invoke(GetBotmanContentProtectionRuleInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetBotmanContentProtectionRuleResult> getBotmanContentProtectionRule(GetBotmanContentProtectionRuleArgs args, InvokeOptions options)
    public static Output<GetBotmanContentProtectionRuleResult> getBotmanContentProtectionRule(GetBotmanContentProtectionRuleArgs args, InvokeOptions options)
    
    fn::invoke:
      function: akamai:index/getBotmanContentProtectionRule:getBotmanContentProtectionRule
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getBotmanContentProtectionRule Result

    The following output properties are available:

    ConfigId int
    Id string
    The provider-assigned unique ID for this managed resource.
    Json string
    SecurityPolicyId string
    ContentProtectionRuleId string
    ConfigId int
    Id string
    The provider-assigned unique ID for this managed resource.
    Json string
    SecurityPolicyId string
    ContentProtectionRuleId string
    configId Integer
    id String
    The provider-assigned unique ID for this managed resource.
    json String
    securityPolicyId String
    contentProtectionRuleId String
    configId number
    id string
    The provider-assigned unique ID for this managed resource.
    json string
    securityPolicyId string
    contentProtectionRuleId string
    config_id int
    id str
    The provider-assigned unique ID for this managed resource.
    json str
    security_policy_id str
    content_protection_rule_id str
    configId Number
    id String
    The provider-assigned unique ID for this managed resource.
    json String
    securityPolicyId String
    contentProtectionRuleId String

    Package Details

    Repository
    Akamai pulumi/pulumi-akamai
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the akamai Terraform Provider.
    akamai logo
    Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi