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

akamai.getBotmanContentProtectionRuleSequence

Explore with Pulumi AI

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

    Using getBotmanContentProtectionRuleSequence

    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 getBotmanContentProtectionRuleSequence(args: GetBotmanContentProtectionRuleSequenceArgs, opts?: InvokeOptions): Promise<GetBotmanContentProtectionRuleSequenceResult>
    function getBotmanContentProtectionRuleSequenceOutput(args: GetBotmanContentProtectionRuleSequenceOutputArgs, opts?: InvokeOptions): Output<GetBotmanContentProtectionRuleSequenceResult>
    def get_botman_content_protection_rule_sequence(config_id: Optional[int] = None,
                                                    security_policy_id: Optional[str] = None,
                                                    opts: Optional[InvokeOptions] = None) -> GetBotmanContentProtectionRuleSequenceResult
    def get_botman_content_protection_rule_sequence_output(config_id: Optional[pulumi.Input[int]] = None,
                                                    security_policy_id: Optional[pulumi.Input[str]] = None,
                                                    opts: Optional[InvokeOptions] = None) -> Output[GetBotmanContentProtectionRuleSequenceResult]
    func LookupBotmanContentProtectionRuleSequence(ctx *Context, args *LookupBotmanContentProtectionRuleSequenceArgs, opts ...InvokeOption) (*LookupBotmanContentProtectionRuleSequenceResult, error)
    func LookupBotmanContentProtectionRuleSequenceOutput(ctx *Context, args *LookupBotmanContentProtectionRuleSequenceOutputArgs, opts ...InvokeOption) LookupBotmanContentProtectionRuleSequenceResultOutput

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

    public static class GetBotmanContentProtectionRuleSequence 
    {
        public static Task<GetBotmanContentProtectionRuleSequenceResult> InvokeAsync(GetBotmanContentProtectionRuleSequenceArgs args, InvokeOptions? opts = null)
        public static Output<GetBotmanContentProtectionRuleSequenceResult> Invoke(GetBotmanContentProtectionRuleSequenceInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetBotmanContentProtectionRuleSequenceResult> getBotmanContentProtectionRuleSequence(GetBotmanContentProtectionRuleSequenceArgs args, InvokeOptions options)
    public static Output<GetBotmanContentProtectionRuleSequenceResult> getBotmanContentProtectionRuleSequence(GetBotmanContentProtectionRuleSequenceArgs args, InvokeOptions options)
    
    fn::invoke:
      function: akamai:index/getBotmanContentProtectionRuleSequence:getBotmanContentProtectionRuleSequence
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getBotmanContentProtectionRuleSequence Result

    The following output properties are available:

    ConfigId int
    ContentProtectionRuleIds List<string>
    Id string
    The provider-assigned unique ID for this managed resource.
    SecurityPolicyId string
    ConfigId int
    ContentProtectionRuleIds []string
    Id string
    The provider-assigned unique ID for this managed resource.
    SecurityPolicyId string
    configId Integer
    contentProtectionRuleIds List<String>
    id String
    The provider-assigned unique ID for this managed resource.
    securityPolicyId String
    configId number
    contentProtectionRuleIds string[]
    id string
    The provider-assigned unique ID for this managed resource.
    securityPolicyId string
    config_id int
    content_protection_rule_ids Sequence[str]
    id str
    The provider-assigned unique ID for this managed resource.
    security_policy_id str
    configId Number
    contentProtectionRuleIds List<String>
    id String
    The provider-assigned unique ID for this managed resource.
    securityPolicyId 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