Type Alias TenantCreationRequest

type TenantCreationRequest = {
    datacenter?: string;
    licenseKey?: string;
}
Index

Properties

datacenter?: string

The datacenter where the tenant is located.

Supported locations for commercial licenses:

  • ap-northeast-1: Japan (jp)
  • ap-southeast-1: Australia (ap)
  • ap-southeast-2: Singapore (sg)
  • eu-central-1: Germany (de)
  • eu-west-1: Ireland (eu)
  • eu-west-2: United Kingdom (uk)
  • us-east-1: United States of America (us)
licenseKey?: string

The signed license key of the license that will be associated with the created tenant.