Infrastructure/Cloud/CDN
Schema
| Property |
Type |
Description |
origin |
string |
Origin server URL or domain |
domain |
string |
CDN domain or alias |
cache_ttl |
integer |
Default cache TTL in seconds |
compress |
boolean |
Enable compression for served content |
Sub-types
Example
_type: amadla.org/entity/infrastructure/cloud/cdn@v1.0.0
_extends: amadla.org/entity/infrastructure/cloud@v1.0.0
_body:
origin: https://origin.example.com
domain: cdn.example.com
cache_ttl: 86400
compress: true
Consumers
| Tool |
How It Uses Infrastructure/Cloud/CDN |
| raise |
Provisions CDN distributions via provider-specific plugins |