EdgeKV
akamai_edgekv
Create, update, or delete an EdgeKV namespace.
You can delete your namespace only if it has no associated akamai_edgekv_group_items
resources. First, delete any group items linked to the namespace, then proceed with deleting the namespace itself.
resource "akamai_edgekv" "my_edgekv" {
network = "staging"
namespace_name = "My_EdgeKV"
retention_in_seconds = 15724800
group_id = 12345
}
Arguments
Pass a namespace's name, a network, its retention period, and your group ID to create or update and activate your database.
Argument | Attribute | Description |
---|---|---|
namespace_name |
✔️ | The name of your EdgeKV namespace. |
network |
✔️ | The network on which you want to activate the EdgeKV database, staging or production . |
retention_in_seconds |
✔️ | The retention period for data in the namespace. An update to the retention period only applies to data added or updated in the namespace after the update is complete. |
group_id |
✔️ | The group ID for the EdgeKV namespace. |
geo_location |
The storage location for data when creating a namespace on the production network. This can help optimize performance by storing data where most or all of your users are located. Possible values for production. The default is US .
|
Attributes
There is no standard output for this resource.
Updated 12 days ago