DeleteRouteInput

public struct DeleteRouteInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the service mesh to delete the route in.

    Declaration

    Swift

    public let meshName: String
  • The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it’s the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.

    Declaration

    Swift

    public let meshOwner: String?
  • The name of the route to delete.

    Declaration

    Swift

    public let routeName: String
  • The name of the virtual router to delete the route in.

    Declaration

    Swift

    public let virtualRouterName: String
  • Undocumented

    Declaration

    Swift

    public init(meshName: String, meshOwner: String? = nil, routeName: String, virtualRouterName: String)
  • Declaration

    Swift

    public func validate(name: String) throws