Struct: v4.AllowList
import "../ibm-cos-sdk-go-v2/aws/signer/internal/v4"
Overview
AllowList is a generic Rule for include listing
Implemented Interfaces
types.AnalyticsFilter, v4.HTTPPresigner, s3.HTTPPresignerV4, types.MetricsFilter, s3.PresignPost, v4.Rule, arn.S3ObjectLambdaARN, types.SelectObjectContentEventStream
Method Summary collapse
-
func (w AllowList) IsValid(value string) bool
IsValid for AllowList checks if the value is within the AllowList.
Method Details
func (w AllowList) IsValid(value string) bool
IsValid for AllowList checks if the value is within the AllowList
42 43 44 |
// File 'aws/signer/internal/v4/header_rules.go', line 42
|