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::Cognito::LogDeliveryConfiguration S3Configuration
Configuration for the Amazon S3 bucket destination of user activity log export with threat protection.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "BucketArn" :
String
}
YAML
BucketArn:
String
Properties
BucketArn
-
The ARN of an Amazon S3 bucket that's the destination for threat protection log export.
Required: No
Type: String
Pattern:
arn:[\w+=/,.@-]+:[\w+=/,.@-]+:::[\w+=/,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?
Minimum:
3
Maximum:
1024
Update requires: No interruption