This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::EventsV2::EventBus StorageConfiguration
Storage (retention) configuration for the event bus.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "RetentionPeriodInDays" :Integer}
YAML
RetentionPeriodInDays:Integer
Properties
RetentionPeriodInDays-
The number of days events are retained on the event bus for replay, 1-365.
Required: No
Type: Integer
Minimum:
1Maximum:
365Update requires: No interruption