Content protection rule sequence

akamai_botman_content_protection_rule_sequence

Get or update set of sequentially-ordered content protection rules to manage their evaluation order.

resource "akamai_botman_content_protection_rule_sequence" "my_content_protection_rule_sequence" { config_id = 12345 security_policy_id = "abc1_12345" content_protection_rule_ids = ["1234abcd-5678-efgh-901i-jk23l45mn67o", "9876abcd-5432-efgh-109i-jk87l65mn43o"] }

Arguments

Pass the config_id, security_policy_id, and a set of content_protection_rule_ids to create or update your rules' evaluation sequence.

ArgumentRequiredDescription
config_idThe configuration's ID
security_policy_idThe security policy's ID.
content_protection_rule_idsA list of content protection rule IDs in sequential order.

Attributes

There is no default standard output. For detailed information about the rule sequence, see your state file.


Did this page help you?