CreateDomainRequest: {
    acceptTos: boolean;
    autoconfig: boolean;
    domainName: string;
    projectId?: string;
    region?: Region;
}

Type declaration

  • acceptTos: boolean

    Accept Scaleway's Terms of Service.

  • autoconfig: boolean

    Activate auto-configuration of the domain's DNS zone.

  • domainName: string

    Fully qualified domain dame.

  • OptionalprojectId?: string

    ID of the project to which the domain belongs.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.