GetLogGroupResult

data class GetLogGroupResult(val arn: String? = null, val dataProtectionPolicy: Any? = null, val kmsKeyId: String? = null, val retentionInDays: Int? = null, val tags: List<LogGroupTag>? = null)

Constructors

Link copied to clipboard
fun GetLogGroupResult(arn: String? = null, dataProtectionPolicy: Any? = null, kmsKeyId: String? = null, retentionInDays: Int? = null, tags: List<LogGroupTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The CloudWatch log group ARN.

Link copied to clipboard

The body of the policy document you want to use for this topic. You can only add one policy per topic. The policy must be in JSON string format. Length Constraints: Maximum length of 30720

Link copied to clipboard
val kmsKeyId: String? = null

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.

Link copied to clipboard
val retentionInDays: Int? = null

The number of days to retain the log events in the specified log group. Possible values are: 1, 3, 5, 7, 14, 30, 60, 90, 120, 150, 180, 365, 400, 545, 731, 1096, 1827, and 3653.

Link copied to clipboard
val tags: List<LogGroupTag>? = null

An array of key-value pairs to apply to this resource.