Configuration
akamai_cloudwrapper_configuration
Create 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. | |
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 the resource's id as well as the revision attribute you need to map to in the activation resource.
Updated 2 days ago
