InfrastructureConfigurationS3Logs

data class InfrastructureConfigurationS3Logs(val s3BucketName: String? = null, val s3KeyPrefix: String? = null)

The S3 path in which to store the logs.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val s3BucketName: String? = null

S3BucketName

Link copied to clipboard
val s3KeyPrefix: String? = null

S3KeyPrefix