AWS::Logs::ScheduledQuery S3Configuration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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: String RoleArn: 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: 1

Update requires: No interruption