> For the complete documentation index, see [llms.txt](https://docs.skeddly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skeddly.com/data-types/cloudtrailcloudwatchlogsproperties-object.md).

# CloudTrailCloudWatchLogsProperties Object

## Description

Parameters for enabling CloudWatch Logs on a CloudTrail trail.

## Properties

### logGroupArn

ARN of the log group to write logs to.

Type: `string`

Required: Yes

### roleArn

ARN of the IAM role with permissions to write to the log group.

Type: `string`

Required: Yes

## Sample JSON

```javascript
{
    "logGroupArn": "arn:aws:logs:us-east-1:123456789012:log-group:group1:*",
    "roleArn": "arn:aws:iam::123456789012:role/role1"
}
```
