Domain Service Args
constructor(domainConfigurationType: Output<String>? = null, domainName: Output<String>? = null, domainSecuritySettings: Output<DomainSecuritySettingsArgs>? = null, domainServiceName: Output<String>? = null, filteredSync: Output<Either<String, FilteredSync>>? = null, ldapsSettings: Output<LdapsSettingsArgs>? = null, location: Output<String>? = null, notificationSettings: Output<NotificationSettingsArgs>? = null, replicaSets: Output<List<ReplicaSetArgs>>? = null, resourceForestSettings: Output<ResourceForestSettingsArgs>? = null, resourceGroupName: Output<String>? = null, sku: Output<String>? = null, tags: Output<Map<String, String>>? = null)