GetLogGroupResult

data class GetLogGroupResult(val arn: String, val creationTime: Int, val id: String, val kmsKeyId: String, val name: String, val retentionInDays: Int, val tags: Map<String, String>)

A collection of values returned by getLogGroup.

Constructors

Link copied to clipboard
constructor(arn: String, creationTime: Int, id: String, kmsKeyId: String, name: String, retentionInDays: Int, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the Cloudwatch log group. Any :* suffix added by the API, denoting all CloudWatch Log Streams under the CloudWatch Log Group, is removed for greater compatibility with other AWS services that do not accept the suffix.

Link copied to clipboard

Creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

ARN of the KMS Key to use when encrypting log data.

Link copied to clipboard
Link copied to clipboard

Number of days log events retained in the specified log group.

Link copied to clipboard

Map of tags to assign to the resource.