Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class ReplicaSet : KotlinCustomResource

Manages a Replica Set for an Active Directory Domain Service.

Link copied to clipboard
data class ReplicaSetArgs(val domainServiceId: Output<String>? = null, val location: Output<String>? = null, val subnetId: Output<String>? = null) : ConvertibleToJava<ReplicaSetArgs>

Manages a Replica Set for an Active Directory Domain Service.

Link copied to clipboard
Link copied to clipboard
object ReplicaSetMapper : ResourceMapper<ReplicaSet>
Link copied to clipboard
Link copied to clipboard
class Service : KotlinCustomResource

Domain Services can be imported using the resource ID, together with the Replica Set ID that you wish to designate as the initial replica set, e.g.

Link copied to clipboard
data class ServiceArgs(val domainConfigurationType: Output<String>? = null, val domainName: Output<String>? = null, val filteredSyncEnabled: Output<Boolean>? = null, val initialReplicaSet: Output<ServiceInitialReplicaSetArgs>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val notifications: Output<ServiceNotificationsArgs>? = null, val resourceGroupName: Output<String>? = null, val secureLdap: Output<ServiceSecureLdapArgs>? = null, val security: Output<ServiceSecurityArgs>? = null, val sku: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<ServiceArgs>

Domain Services can be imported using the resource ID, together with the Replica Set ID that you wish to designate as the initial replica set, e.g.

Link copied to clipboard
Link copied to clipboard
object ServiceMapper : ResourceMapper<Service>
Link copied to clipboard
Link copied to clipboard
class ServiceTrust : KotlinCustomResource

Manages a Active Directory Domain Service Trust.

Link copied to clipboard
data class ServiceTrustArgs(val domainServiceId: Output<String>? = null, val name: Output<String>? = null, val password: Output<String>? = null, val trustedDomainDnsIps: Output<List<String>>? = null, val trustedDomainFqdn: Output<String>? = null) : ConvertibleToJava<ServiceTrustArgs>

Manages a Active Directory Domain Service Trust.

Link copied to clipboard
Link copied to clipboard
object ServiceTrustMapper : ResourceMapper<ServiceTrust>
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun replicaSet(name: String, block: suspend ReplicaSetResourceBuilder.() -> Unit): ReplicaSet
Link copied to clipboard
fun service(name: String): Service
suspend fun service(name: String, block: suspend ServiceResourceBuilder.() -> Unit): Service
Link copied to clipboard