ResourceRecord
public struct ResourceRecord : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the DNS record to create in your domain. This is supplied by ACM.
Declaration
Swift
public let name: String
-
The type of DNS record. Currently this can be CNAME.
Declaration
Swift
public let type: RecordType
-
The value of the CNAME record to add to your DNS database. This is supplied by ACM.
Declaration
Swift
public let value: String
-
Undocumented
Declaration
Swift
public init(name: String, type: RecordType, value: String)