AccountLimitType
public enum AccountLimitType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case maxHealthChecksByOwner = "MAX_HEALTH_CHECKS_BY_OWNER" -
Undocumented
Declaration
Swift
case maxHostedZonesByOwner = "MAX_HOSTED_ZONES_BY_OWNER" -
Undocumented
Declaration
Swift
case maxTrafficPolicyInstancesByOwner = "MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER" -
Undocumented
Declaration
Swift
case maxReusableDelegationSetsByOwner = "MAX_REUSABLE_DELEGATION_SETS_BY_OWNER" -
Undocumented
Declaration
Swift
case maxTrafficPoliciesByOwner = "MAX_TRAFFIC_POLICIES_BY_OWNER" -
Declaration
Swift
public var description: String { get }
View on GitHub
AccountLimitType Enumeration Reference