ContainerFleetLogConfiguration

data class ContainerFleetLogConfiguration(val logDestination: ContainerFleetLogDestination? = null, val s3BucketName: String? = null)

A policy the location and provider of logs from the fleet.

Constructors

Link copied to clipboard
constructor(logDestination: ContainerFleetLogDestination? = null, s3BucketName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of log collection to use for a fleet.

Link copied to clipboard
val s3BucketName: String? = null

The name of the S3 bucket to pull logs from if S3 is the LogDestination