Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-pipes-alpha/lib/logs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export interface S3LogDestinationProps {
* The S3 bucket to deliver the log records for the pipe.
*
* The bucket can be in the same or a different AWS Account. If the bucket is in
* a different acccount, specify `bucketOwner`. You must also allow access to the
* a different account, specify `bucketOwner`. You must also allow access to the
* Pipes role in the bucket policy of the cross-account bucket.
*
* @see https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pipes-pipe-s3logdestination.html#cfn-pipes-pipe-s3logdestination-bucketname
Expand Down
Loading