Instance Propertyswift-cloud 0.31.0CloudVercel
fqdn
DNSRecord.swift:7var fqdn: Output<String> { get }
var fqdn: Output<String> { get }
s11CloudVercel0B0O9DNSRecordV4fqdn0A4Core6OutputVySSGvp
What are these?8HZC7
import CloudVercel
struct DNSRecord
enum Vercel
@dynamicMemberLookup struct Output<T>
@frozen struct String
A Unicode string value that is a collection of characters.
init(domain: any Input<String>, type: DNSRecordType, name: any Input<String>, value: any Input<String>, ttl: Duration = .seconds(60), options: Resource.Options? = nil)
let domain: any Input<String>
let resource: Resource