Instance Propertyswift-cloud 0.31.0CloudAWS
zoneName
AWSDNS.swift:5let zoneName: any Input<String>
let zoneName: any Input<String>
s8CloudAWS0B0O3DNSV8zoneName0A4Core5Input_pSS9ValueTypeAgHPRts_XPvp
What are these?3XUP5
import CloudAWS
struct DNS
enum AWS
protocol Input<ValueType> : CustomStringConvertible, Encodable, Sendable
@frozen struct String
A Unicode string value that is a collection of characters.
init(zoneName: any Input<String>)
func createAlias(name: any Input<String>, target: any Input<String>, ttl: Duration) -> DNSProviderRecord
func createRecord(type: DNSRecordType, name: any Input<String>, target: any Input<String>, ttl: Duration) -> DNSProviderRecord