class Aws::SecurityHub::Types::AwsS3BucketNotificationConfiguration

The notification configuration for the S3 bucket.

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

data as a hash:

    {
      configurations: [
        {
          events: ["NonEmptyString"],
          filter: {
            s3_key_filter: {
              filter_rules: [
                {
                  name: "Prefix", # accepts Prefix, Suffix
                  value: "NonEmptyString",
                },
              ],
            },
          },
          destination: "NonEmptyString",
          type: "NonEmptyString",
        },
      ],
    }

@!attribute [rw] configurations

Configurations for S3 bucket notifications.
@return [Array<Types::AwsS3BucketNotificationConfigurationDetail>]

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

Constants

SENSITIVE