Web3HostnameArgs

data class Web3HostnameArgs(val description: Output<String>? = null, val dnslink: Output<String>? = null, val name: Output<String>? = null, val target: Output<String>? = null, val zoneId: Output<String>? = null) : ConvertibleToJava<Web3HostnameArgs>

Manages Web3 hostnames for IPFS and Ethereum gateways.

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, dnslink: Output<String>? = null, name: Output<String>? = null, target: Output<String>? = null, zoneId: Output<String>? = null)

Properties

Link copied to clipboard
val description: Output<String>? = null

An optional description of the hostname.

Link copied to clipboard
val dnslink: Output<String>? = null

DNSLink value used if the target is ipfs.

Link copied to clipboard
val name: Output<String>? = null

The hostname that will point to the target gateway via CNAME.

Link copied to clipboard
val target: Output<String>? = null

Target gateway of the hostname.

Link copied to clipboard
val zoneId: Output<String>? = null

The zone identifier to target for the resource.

Functions

Link copied to clipboard
open override fun toJava(): Web3HostnameArgs