DnsAuthorization

class DnsAuthorization : KotlinCustomResource

Creates a new DnsAuthorization in a given project and location.

Properties

Link copied to clipboard
val createTime: Output<String>

The creation timestamp of a DnsAuthorization.

Link copied to clipboard
val description: Output<String>

One or more paragraphs of text description of a DnsAuthorization.

Link copied to clipboard

Required. A user-provided name of the dns authorization.

Link copied to clipboard

DNS Resource Record that needs to be added to DNS configuration.

Link copied to clipboard
val domain: Output<String>

Immutable. A domain that is being authorized. A DnsAuthorization resource covers a single domain and its wildcard, e.g. authorization for example.com can be used to issue certificates for example.com and *.example.com.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val labels: Output<Map<String, String>>

Set of labels associated with a DnsAuthorization.

Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val name: Output<String>

A user-defined name of the dns authorization. DnsAuthorization names must be unique globally and match pattern projects/*/locations/*/dnsAuthorizations/*. //*/

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val updateTime: Output<String>

The last update timestamp of a DnsAuthorization.

Link copied to clipboard
val urn: Output<String>