AWS Systems Manager MaintenanceWindowTask LoggingInfo
The
LoggingInfo property type specifies information about the Amazon S3 bucket to write
instance-level logs to.
LoggingInfo is a property of the AWS::SSM::MaintenanceWindowTask resource.
Note
LoggingInfo has been deprecated. To specify an S3 bucket to contain logs,
instead use the OutputS3BucketName and OutputS3KeyPrefix options in
the TaskInvocationParameters structure. For information about how Systems Manager handles
these options for the supported Maintenance Window task types, see AWS Systems Manager
MaintenanceWindowTask TaskInvocationParameters.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
Properties
S3Bucket-
The name of the Amazon S3 bucket where execution logs are stored.
Required: Yes
Type: String
Update requires: No interruption
Region-
The region where the Amazon S3 bucket is located.
Required: Yes
Type: String
Update requires: No interruption
S3Prefix-
The Amazon S3 bucket subfolder.
Required: No
Type: String
Update requires: No interruption
