Akamai v8.1.0 published on Friday, Apr 11, 2025 by Pulumi
akamai.getBotmanContentProtectionRule
Explore with Pulumi AI
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 dictionaryThe following arguments are supported:
- ConfigId int
- SecurityPolicy stringId 
- ContentProtection stringRule Id 
- ConfigId int
- SecurityPolicy stringId 
- ContentProtection stringRule Id 
- configId Integer
- securityPolicy StringId 
- contentProtection StringRule Id 
- configId number
- securityPolicy stringId 
- contentProtection stringRule Id 
- configId Number
- securityPolicy StringId 
- contentProtection StringRule Id 
getBotmanContentProtectionRule Result
The following output properties are available:
- ConfigId int
- Id string
- The provider-assigned unique ID for this managed resource.
- Json string
- SecurityPolicy stringId 
- ContentProtection stringRule Id 
- ConfigId int
- Id string
- The provider-assigned unique ID for this managed resource.
- Json string
- SecurityPolicy stringId 
- ContentProtection stringRule Id 
- configId Integer
- id String
- The provider-assigned unique ID for this managed resource.
- json String
- securityPolicy StringId 
- contentProtection StringRule Id 
- configId number
- id string
- The provider-assigned unique ID for this managed resource.
- json string
- securityPolicy stringId 
- contentProtection stringRule Id 
- config_id int
- id str
- The provider-assigned unique ID for this managed resource.
- json str
- security_policy_ strid 
- content_protection_ strrule_ id 
- configId Number
- id String
- The provider-assigned unique ID for this managed resource.
- json String
- securityPolicy StringId 
- contentProtection StringRule Id 
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the akamaiTerraform Provider.