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

Class: Aws::SSM::Types::LoggingInfo

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

Overview

Note:

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

{
  s3_bucket_name: "S3BucketName", # required
  s3_key_prefix: "S3KeyPrefix",
  s3_region: "S3Region", # required
}

Information about an S3 bucket to write instance-level logs to.

LoggingInfo has been deprecated. To specify an S3 bucket to contain logs, instead use the OutputS3BucketName and OutputS3KeyPrefix options in the TaskInvocationParameters structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#s3_bucket_nameString

The name of an S3 bucket where execution logs are stored .

Returns:

  • (String)

    The name of an S3 bucket where execution logs are stored .

#s3_key_prefixString

(Optional) The S3 bucket subfolder.

Returns:

  • (String)

    (Optional) The S3 bucket subfolder.

#s3_regionString

The Region where the S3 bucket is located.

Returns:

  • (String)

    The Region where the S3 bucket is located.