ContainerFleetLogConfigurationArgs

data class ContainerFleetLogConfigurationArgs(val logDestination: Output<ContainerFleetLogDestination>? = null, val s3BucketName: Output<String>? = null) : ConvertibleToJava<ContainerFleetLogConfigurationArgs>

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

Constructors

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

Properties

Link copied to clipboard

The type of log collection to use for a fleet.

Link copied to clipboard
val s3BucketName: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): ContainerFleetLogConfigurationArgs