class Aws::Imagebuilder::Types::S3Logs

Amazon S3 logging configuration.

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

data as a hash:

    {
      s3_bucket_name: "NonEmptyString",
      s3_key_prefix: "NonEmptyString",
    }

@!attribute [rw] s3_bucket_name

The Amazon S3 bucket in which to store the logs.
@return [String]

@!attribute [rw] s3_key_prefix

The Amazon S3 path in which to store the logs.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/S3Logs AWS API Documentation

Constants

SENSITIVE