class Aws::Imagebuilder::Types::Logging

Logging configuration defines where Image Builder uploads your logs.

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

data as a hash:

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

@!attribute [rw] s3_logs

The Amazon S3 logging configuration.
@return [Types::S3Logs]

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

Constants

SENSITIVE