GetHostedZoneLimitRequest
public struct GetHostedZoneLimitRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the hosted zone that you want to get a limit for.
Declaration
Swift
public let hostedZoneId: String
-
The limit that you want to get. Valid values include the following: MAX_RRSETS_BY_ZONE: The maximum number of records that you can create in the specified hosted zone. MAX_VPCS_ASSOCIATED_BY_ZONE: The maximum number of Amazon VPCs that you can associate with the specified private hosted zone.
Declaration
Swift
public let type: HostedZoneLimitType
-
Undocumented
Declaration
Swift
public init(hostedZoneId: String, type: HostedZoneLimitType)
-
Declaration
Swift
public func validate(name: String) throws