class Aws::CodePipeline::Types::WebhookAuthConfiguration

The authentication applied to incoming webhook trigger requests.

@note When making an API call, you may pass WebhookAuthConfiguration

data as a hash:

    {
      allowed_ip_range: "WebhookAuthConfigurationAllowedIPRange",
      secret_token: "WebhookAuthConfigurationSecretToken",
    }

@!attribute [rw] allowed_ip_range

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.
@return [String]

@!attribute [rw] secret_token

The property used to configure GitHub authentication. For
GITHUB\_HMAC, only the `SecretToken` property must be set.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/WebhookAuthConfiguration AWS API Documentation

Constants

SENSITIVE