Back
{{ zoneTitle }}

{{ addZone ? 'Add zone' : 'Zone details' }}

@if (!addZone) { Id } Slug Title GCP AWS Origin (optional — overrides zone URL) @if (!addZone) { Creator Created Modified } Private
Save @if (!addZone) { Cancel }
@if (!addZone) {

Account whitelist

@if (grantedAccounts.length > 0) { Accounts explicitly granted access to this zone: }
    @for (entry of grantedAccounts; track entry.account_id) {
  • {{ entry.account_id }}
  • }
@if (grantedAccounts.length === 0) {

No accounts granted access.

} Account ID Grant access
}