DomainValidationRecord
public struct DomainValidationRecord : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The domain name of the certificate validation record. For example, example.com or www.example.com.
Declaration
Swift
public let domainName: String?
-
An object that describes the DNS records to add to your domain’s DNS to validate it for the certificate.
Declaration
Swift
public let resourceRecord: ResourceRecord?
-
Undocumented
Declaration
Swift
public init(domainName: String? = nil, resourceRecord: ResourceRecord? = nil)