WebhookAuthConfiguration

public struct WebhookAuthConfiguration : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The property used to configure acceptance of webhooks in an IP address range. For IP, only the AllowedIPRange property must be set. This property must be set to a valid CIDR range.

    Declaration

    Swift

    public let allowedIPRange: String?
  • The property used to configure GitHub authentication. For GITHUB_HMAC, only the SecretToken property must be set.

    Declaration

    Swift

    public let secretToken: String?
  • Undocumented

    Declaration

    Swift

    public init(allowedIPRange: String? = nil, secretToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws