CreateTrafficPolicyVersionRequest

public struct CreateTrafficPolicyVersionRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The comment that you specified in the CreateTrafficPolicyVersion request, if any.

    Declaration

    Swift

    public let comment: String?
  • The definition of this version of the traffic policy, in JSON format. You specified the JSON in the CreateTrafficPolicyVersion request. For more information about the JSON format, see CreateTrafficPolicy.

    Declaration

    Swift

    public let document: String
  • id

    The ID of the traffic policy for which you want to create a new version.

    Declaration

    Swift

    public let id: String
  • Undocumented

    Declaration

    Swift

    public init(comment: String? = nil, document: String, id: String)
  • Declaration

    Swift

    public func validate(name: String) throws