LogGroup

class LogGroup : KotlinCustomResource

Resource schema for AWS::Logs::LogGroup

Properties

Link copied to clipboard
val arn: Output<String>

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 id: Output<String>
Link copied to clipboard
val kmsKeyId: Output<String>?

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

Link copied to clipboard
val logGroupName: Output<String>?

The name of the log group. If you don't specify a name, AWS CloudFormation generates a unique ID for the log group.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val retentionInDays: Output<Int>?

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: Output<List<LogGroupTag>>?

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

Link copied to clipboard
val urn: Output<String>