IGlobalConfig / IControlTowerConfig / IControlTowerLandingZoneConfig / IControlTowerLandingZoneLoggingConfig

AWS Control Tower Landing Zone logging configuration

Remarks

This allows you to manage logging options for the landing zone. In the log configuration section, you can configure the retention time of the Amazon S3 log archive bucket, and the retention time of the logs for access to the bucket.

Example

  logging:
loggingBucketRetentionDays: 365
accessLoggingBucketRetentionDays: 3650
organizationTrail: true

Hierarchy

  • IControlTowerLandingZoneLoggingConfig

Implemented by

Properties

accessLoggingBucketRetentionDays: number

Retention time of the logs for access to the bucket.

Default

3650

loggingBucketRetentionDays: number

Retention time of the Amazon S3 log archive bucket

Default

365

organizationTrail: boolean

Flag indicates Organizational-level AWS CloudTrail configuration is configured or not.

Remarks

It is important to note that the CloudTrail configured by AWS Control Tower Landing Zone at the organization level is different from the CloudTrail deployed by the solution. In the event that AWS Control Tower Landing Zone and Solution defined CloudTrail are enabled, two cloud trails will be created.

Default

true

Generated using TypeDoc