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 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>
Copy
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]
Copy
func LookupBotmanContentProtectionRule(ctx *Context, args *LookupBotmanContentProtectionRuleArgs, opts ...InvokeOption) (*LookupBotmanContentProtectionRuleResult, error)
func LookupBotmanContentProtectionRuleOutput(ctx *Context, args *LookupBotmanContentProtectionRuleOutputArgs, opts ...InvokeOption) LookupBotmanContentProtectionRuleResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetBotmanContentProtectionRuleResult> getBotmanContentProtectionRule(GetBotmanContentProtectionRuleArgs args, InvokeOptions options)
public static Output<GetBotmanContentProtectionRuleResult> getBotmanContentProtectionRule(GetBotmanContentProtectionRuleArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: akamai:index/getBotmanContentProtectionRule:getBotmanContentProtectionRule
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ConfigId This property is required. int
SecurityPolicyId This property is required. string
ContentProtectionRuleId string
ConfigId This property is required. int
SecurityPolicyId This property is required. string
ContentProtectionRuleId string
configId This property is required. Integer
securityPolicyId This property is required. String
contentProtectionRuleId String
configId This property is required. number
securityPolicyId This property is required. string
contentProtectionRuleId string
config_id This property is required. int
security_policy_id This property is required. str
content_protection_rule_id str
configId This property is required. Number
securityPolicyId This property is required. String
contentProtectionRuleId String

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 v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi