Domain Args
constructor(authConfig: Output<DomainAuthConfigArgs>? = null, blockIps: Output<List<String>>? = null, cacheConfigs: Output<List<DomainCacheConfigArgs>>? = null, cdnType: Output<String>? = null, certificateConfig: Output<DomainCertificateConfigArgs>? = null, domainName: Output<String>? = null, httpHeaderConfigs: Output<List<DomainHttpHeaderConfigArgs>>? = null, optimizeEnable: Output<String>? = null, page404Config: Output<DomainPage404ConfigArgs>? = null, pageCompressEnable: Output<String>? = null, parameterFilterConfig: Output<DomainParameterFilterConfigArgs>? = null, rangeEnable: Output<String>? = null, referConfig: Output<DomainReferConfigArgs>? = null, scope: Output<String>? = null, sourcePort: Output<Int>? = null, sourceType: Output<String>? = null, sources: Output<List<String>>? = null, videoSeekEnable: Output<String>? = null)