AWS::Logs::ScheduledQuery S3Configuration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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::Logs::ScheduledQuery S3Configuration

Configuration for Amazon S3 destination where scheduled query results are delivered.

Syntax

To declare this entity in your 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