ZoneAwarenessConfig
public struct ZoneAwarenessConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An integer value to indicate the number of availability zones for a domain when zone awareness is enabled. This should be equal to number of subnets if VPC endpoints is enabled
Declaration
Swift
public let availabilityZoneCount: Int?
-
Undocumented
Declaration
Swift
public init(availabilityZoneCount: Int? = nil)