Web3Hostname

class Web3Hostname : KotlinCustomResource

Manages Web3 hostnames for IPFS and Ethereum gateways.

Properties

Link copied to clipboard
val createdOn: Output<String>

Creation time.

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

An optional description of the hostname.

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

DNSLink value used if the target is ipfs.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val modifiedOn: Output<String>

Last modification time.

Link copied to clipboard
val name: Output<String>

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

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

Status of the hostname's activation.

Link copied to clipboard
val target: Output<String>

Target gateway of the hostname.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val zoneId: Output<String>

The zone identifier to target for the resource.