This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::InternetMonitor::Monitor S3Config
The configuration for publishing Amazon CloudWatch Internet Monitor internet measurements to Amazon S3. The configuration 
			includes the bucket name and (optionally) bucket prefix for the S3 bucket to store the measurements, and the delivery status. 
			The delivery status is ENABLED if you choose to deliver internet measurements to S3 logs, and DISABLED otherwise.
The measurements are also published to Amazon CloudWatch Logs.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "BucketName" :String, "BucketPrefix" :String, "LogDeliveryStatus" :String}
YAML
BucketName:StringBucketPrefix:StringLogDeliveryStatus:String
Properties
- BucketName
- 
                    The Amazon S3 bucket name for internet measurements publishing. Required: No Type: String Minimum: 3Update requires: No interruption 
- BucketPrefix
- 
                    An optional Amazon S3 bucket prefix for internet measurements publishing. Required: No Type: String Update requires: No interruption 
- LogDeliveryStatus
- 
                    The status of publishing Internet Monitor internet measurements to an Amazon S3 bucket. The delivery status is ENABLEDif you choose to deliver internet measurements to an S3 bucket, andDISABLEDotherwise.Required: No Type: String Allowed values: ENABLED | DISABLEDUpdate requires: No interruption