Struct aws_sdk_codepipeline::model::webhook_auth_configuration::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for WebhookAuthConfiguration
Implementations
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.
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.
The property used to configure GitHub authentication. For GITHUB_HMAC, only the
SecretToken
property must be set.
The property used to configure GitHub authentication. For GITHUB_HMAC, only the
SecretToken
property must be set.
Consumes the builder and constructs a WebhookAuthConfiguration
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more