CreateWebhookRequest

public struct CreateWebhookRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The unique ID for an Amplify app.

    Declaration

    Swift

    public let appId: String
  • The name for a branch that is part of an Amplify app.

    Declaration

    Swift

    public let branchName: String
  • The description for a webhook.

    Declaration

    Swift

    public let description: String?
  • Undocumented

    Declaration

    Swift

    public init(appId: String, branchName: String, description: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws