This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::Logs::ScheduledQuery S3Configuration
Configuration for Amazon S3 destination where scheduled query results are delivered.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "DestinationIdentifier" :String, "RoleArn" :String}
YAML
DestinationIdentifier:StringRoleArn:String
Properties
DestinationIdentifier-
The Amazon S3 URI where query results are delivered. Must be a valid S3 URI format.
Required: Yes
Type: String
Pattern:
^s3://[a-z0-9][\.\-a-z0-9]{1,61}[a-z0-9](/.*)?Update requires: No interruption
RoleArn-
The ARN of the IAM role that grants permissions to write query results to the specified Amazon S3 destination.
Required: Yes
Type: String
Minimum:
1Update requires: No interruption