Package-level declarations

Types

Link copied to clipboard
class Domain : KotlinCustomResource

Information about a domain. API Version: 2020-10-01.

Link copied to clipboard
data class DomainArgs(val authCode: Output<String>? = null, val autoRenew: Output<Boolean>? = null, val consent: Output<DomainPurchaseConsentArgs>? = null, val contactAdmin: Output<ContactArgs>? = null, val contactBilling: Output<ContactArgs>? = null, val contactRegistrant: Output<ContactArgs>? = null, val contactTech: Output<ContactArgs>? = null, val dnsType: Output<DnsType>? = null, val dnsZoneId: Output<String>? = null, val domainName: Output<String>? = null, val kind: Output<String>? = null, val location: Output<String>? = null, val privacy: Output<Boolean>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val targetDnsType: Output<DnsType>? = null) : ConvertibleToJava<DomainArgs>

Information about a domain. API Version: 2020-10-01.

Link copied to clipboard

Builder for DomainArgs.

Link copied to clipboard
object DomainMapper : ResourceMapper<Domain>
Link copied to clipboard
class DomainOwnershipIdentifier : KotlinCustomResource

Domain ownership Identifier. API Version: 2020-10-01.

Link copied to clipboard
data class DomainOwnershipIdentifierArgs(val domainName: Output<String>? = null, val kind: Output<String>? = null, val name: Output<String>? = null, val ownershipId: Output<String>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<DomainOwnershipIdentifierArgs>

Domain ownership Identifier. API Version: 2020-10-01.

Link copied to clipboard

Builder for Domain.

Functions

Link copied to clipboard
fun domain(name: String): Domain
suspend fun domain(name: String, block: suspend DomainResourceBuilder.() -> Unit): Domain