class Aws::SecurityHub::Types::AwsS3BucketNotificationConfigurationFilter

Filtering information for the notifications. The filtering is based on Amazon S3 key names.

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

data as a hash:

    {
      s3_key_filter: {
        filter_rules: [
          {
            name: "Prefix", # accepts Prefix, Suffix
            value: "NonEmptyString",
          },
        ],
      },
    }

@!attribute [rw] s3_key_filter

Details for an Amazon S3 filter.
@return [Types::AwsS3BucketNotificationConfigurationS3KeyFilter]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsS3BucketNotificationConfigurationFilter AWS API Documentation

Constants

SENSITIVE