Akamai v8.0.0 published on Saturday, Mar 1, 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 dictionary
The following arguments are supported:
- Config
Id int - Security
Policy stringId - Content
Protection stringRule Id
- Config
Id int - Security
Policy stringId - Content
Protection stringRule Id
- config
Id Integer - security
Policy StringId - content
Protection StringRule Id
- config
Id number - security
Policy stringId - content
Protection stringRule Id
- config
Id Number - security
Policy StringId - content
Protection StringRule Id
getBotmanContentProtectionRule Result
The following output properties are available:
- Config
Id int - Id string
- The provider-assigned unique ID for this managed resource.
- Json string
- Security
Policy stringId - Content
Protection stringRule Id
- Config
Id int - Id string
- The provider-assigned unique ID for this managed resource.
- Json string
- Security
Policy stringId - Content
Protection stringRule Id
- config
Id Integer - id String
- The provider-assigned unique ID for this managed resource.
- json String
- security
Policy StringId - content
Protection StringRule Id
- config
Id number - id string
- The provider-assigned unique ID for this managed resource.
- json string
- security
Policy stringId - content
Protection 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
- config
Id Number - id String
- The provider-assigned unique ID for this managed resource.
- json String
- security
Policy StringId - content
Protection StringRule Id
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamai
Terraform Provider.