AWS::InternetMonitor::Monitor S3Config - 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).

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 Amazon CloudFormation template, use the following syntax:

JSON

{ "BucketName" : String, "BucketPrefix" : String, "LogDeliveryStatus" : String }

YAML

BucketName: String BucketPrefix: String LogDeliveryStatus: String

Properties

BucketName

The Amazon S3 bucket name for internet measurements publishing.

Required: No

Type: String

Minimum: 3

Update 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 ENABLED if you choose to deliver internet measurements to an S3 bucket, and DISABLED otherwise.

Required: No

Type: String

Allowed values: ENABLED | DISABLED

Update requires: No interruption