LoggingInfo

Information about an Amazon Simple Storage Service (Amazon S3) bucket to write managed node-level logs to.

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

(Optional) The S3 bucket subfolder.

Link copied to clipboard

The Amazon Web Services Region where the S3 bucket is located.

Functions

Link copied to clipboard
inline fun copy(block: LoggingInfo.Builder.() -> Unit = {}): LoggingInfo
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String