CreateTrafficPolicyRequest
public struct CreateTrafficPolicyRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
(Optional) Any comments that you want to include about the traffic policy.
Declaration
Swift
public let comment: String?
-
The definition of this traffic policy in JSON format. For more information, see Traffic Policy Document Format.
Declaration
Swift
public let document: String
-
The name of the traffic policy.
Declaration
Swift
public let name: String
-
Undocumented
Declaration
Swift
public init(comment: String? = nil, document: String, name: String)
-
Declaration
Swift
public func validate(name: String) throws