Domain

class Domain : KotlinCustomResource

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

Import

An existing resource can be imported using its type token, name, and identifier, e.g.

$ pulumi import azure-native:domainregistration:Domain myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DomainRegistration/domains/{domainName}

Properties

Link copied to clipboard
val authCode: Output<String>?
Link copied to clipboard
val autoRenew: Output<Boolean>?

true if the domain should be automatically renewed; otherwise, false.

Link copied to clipboard
val createdTime: Output<String>

Domain creation timestamp.

Link copied to clipboard
val dnsType: Output<String>?

Current DNS type

Link copied to clipboard
val dnsZoneId: Output<String>?

Azure DNS Zone to use

Link copied to clipboard

Reasons why domain is not renewable.

Link copied to clipboard
val expirationTime: Output<String>

Domain expiration timestamp.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val kind: Output<String>?

Kind of resource.

Link copied to clipboard
val lastRenewedTime: Output<String>

Timestamp when the domain was renewed last time.

Link copied to clipboard
val location: Output<String>

Resource Location.

Link copied to clipboard

All hostnames derived from the domain and assigned to Azure resources.

Link copied to clipboard
val name: Output<String>

Resource Name.

Link copied to clipboard
val nameServers: Output<List<String>>

Name servers.

Link copied to clipboard
val privacy: Output<Boolean>?

true if domain privacy is enabled for this domain; otherwise, false.

Link copied to clipboard

Domain provisioning state.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

true if Azure can assign this domain to App Service apps; otherwise, false. This value will be true if domain registration status is active and it is hosted on name servers Azure has programmatic access to.

Link copied to clipboard

Domain registration status.

Link copied to clipboard

The system metadata relating to this resource.

Link copied to clipboard
val tags: Output<Map<String, String>>?

Resource tags.

Link copied to clipboard
val targetDnsType: Output<String>?

Target DNS type (would be used for migration)

Link copied to clipboard
val type: Output<String>

Resource type.

Link copied to clipboard
val urn: Output<String>