

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](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::InternetMonitor::Monitor InternetMeasurementsLogDelivery
<a name="aws-properties-internetmonitor-monitor-internetmeasurementslogdelivery"></a>

Publish internet measurements to an Amazon S3 bucket in addition to CloudWatch Logs.

## Syntax
<a name="aws-properties-internetmonitor-monitor-internetmeasurementslogdelivery-syntax"></a>

To declare this entity in your Amazon CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-internetmonitor-monitor-internetmeasurementslogdelivery-syntax.json"></a>

```
{
  "[S3Config](#cfn-internetmonitor-monitor-internetmeasurementslogdelivery-s3config)" : {{S3Config}}
}
```

### YAML
<a name="aws-properties-internetmonitor-monitor-internetmeasurementslogdelivery-syntax.yaml"></a>

```
  [S3Config](#cfn-internetmonitor-monitor-internetmeasurementslogdelivery-s3config): {{
    S3Config}}
```

## Properties
<a name="aws-properties-internetmonitor-monitor-internetmeasurementslogdelivery-properties"></a>

`S3Config`  <a name="cfn-internetmonitor-monitor-internetmeasurementslogdelivery-s3config"></a>
The configuration for publishing Amazon CloudWatch Internet Monitor internet measurements to Amazon S3.  
*Required*: No  
*Type*: [S3Config](aws-properties-internetmonitor-monitor-s3config.md)  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)