HostedZoneConfig
public struct HostedZoneConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Any comments that you want to include about the hosted zone.
Declaration
Swift
public let comment: String? -
A value that indicates whether this is a private hosted zone.
Declaration
Swift
public let privateZone: Bool? -
Undocumented
Declaration
Swift
public init(comment: String? = nil, privateZone: Bool? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
HostedZoneConfig Structure Reference