Custom client sequence
akamai_botman_custom_client_sequence
Updates the sequential order of your custom clients.
resource "akamai_botman_custom_client_sequence" "my_custom_client_sequence" {
config_id = 12345
custom_client_ids = ["1234abcd-5678-efgh-910i-jk11l12mn13o", "5678efgh-1234-abcd-24ef-689ghijk1011"]
Arguments
Pass the config_id
and custom_client_ids
in the updated order.
Argument | Required | Description |
---|---|---|
config_id | ✔ | A configuration's ID. |
custom_client_ids | ✔ | A list of custom client IDs in the updated sequential order. |
Attributes
Upon creation, the last line of the process log contains your client list's ID.
akamai_botman_custom_client_sequence.my_custom_client_sequence: Creation complete after 5s [id=12345]
Updated about 1 year ago