Configuration
akamai_cloudwrapper_configuration
 Average processing time3-4 hours
  Average processing time3-4 hoursCreate or update a Cloud Wrapper configuration.
resource "akamai_cloudwrapper_configuration" "my_configuration" {
  config_name         = "my_configuration"
  contract_id         = "C-0N7RAC7"
  property_ids        = ["12345"]
  notification_emails = ["jsmith@example.com"]
  comments            = "My configuration comments."
  retain_idle_objects = false
  location {
    traffic_type_id = 1
    comments        = "test"
    capacity {
      value = 1
      unit  = "GB"
    }
  }
}
Arguments
| Argument | Required | Description | 
|---|---|---|
| config_name | ✔️ | A configuration's name. | 
| comments | ✔️ | The descriptive information you've provided about a configuration. | 
| contract_id | ✔️ | Your contract ID. | 
| location | ✔️ | Details about a location's traffic settings. 
 | 
| property_ids | ✔️ | A list of the property IDs to which you want your Cloud Wrapper configuration associated. | 
| capacity_alerts_threshold | The storage limit that triggers a threshold alert. | |
| config_id | A configuration's ID | |
| notification_emails | A list of email addresses that receive change notifications. | |
| retain_idle_objects | Boolean that sets retention status beyond the max idle lifetime. Default is false. | 
Attributes
There is no default standard output. However, creation of the wrapper computes a revision attribute you need to map to in the activation resource, and the last line of the process log contains your client list's ID.
akamai_clientlist_activation.my_activation: Creation complete after 4m6s [id=1234]
Updated over 1 year ago
