VpnStaticRoute
public struct VpnStaticRoute : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The CIDR block associated with the local subnet of the customer data center.
Declaration
Swift
public let destinationCidrBlock: String?
-
Indicates how the routes were provided.
Declaration
Swift
public let source: VpnStaticRouteSource?
-
The current state of the static route.
Declaration
Swift
public let state: VpnState?
-
Undocumented
Declaration
Swift
public init(destinationCidrBlock: String? = nil, source: VpnStaticRouteSource? = nil, state: VpnState? = nil)