Required Instance Methodswift-cloud 0.31.0CloudCore
createAlias(name:target:ttl:)
DNS.swift:9func createAlias(name: any Input<String>, target: any Input<String>, ttl: Duration) -> DNSProviderRecord
func createAlias(name: any Input<String>, target: any Input<String>, ttl: Duration) -> DNSProviderRecord
s9CloudCore11DNSProviderP11createAlias4name6target3ttlAA0C6Record_pAA5Input_pSS9ValueTypeRts_XP_AaI_pSSAKRS_XPs8DurationVtF
What are these?7Q7BD
import CloudCore
protocol DNSProvider : Sendable
protocol Input<ValueType> : CustomStringConvertible, Encodable, Sendable
@frozen struct String
A Unicode string value that is a collection of characters.
@frozen struct Duration
A representation of high precision time.
protocol DNSProviderRecord : Sendable
func createRecord(type: DNSRecordType, name: any Input<String>, target: any Input<String>, ttl: Duration) -> DNSProviderRecord