You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Imagebuilder::Types::Logging

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Logging as input to an Aws::Client method, you can use a vanilla Hash:

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

Logging configuration defines where Image Builder uploads your logs.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#s3_logsTypes::S3Logs

The Amazon S3 logging configuration.

Returns: