class Aws::SecurityHub::Types::AwsS3BucketLoggingConfiguration

Information about logging for the S3 bucket

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

data as a hash:

    {
      destination_bucket_name: "NonEmptyString",
      log_file_prefix: "NonEmptyString",
    }

@!attribute [rw] destination_bucket_name

The name of the S3 bucket where log files for the S3 bucket are
stored.
@return [String]

@!attribute [rw] log_file_prefix

The prefix added to log files for the S3 bucket.
@return [String]

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

Constants

SENSITIVE