interface InternetMeasurementsLogDeliveryProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.InternetMonitor.CfnMonitor.InternetMeasurementsLogDeliveryProperty | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsinternetmonitor#CfnMonitor_InternetMeasurementsLogDeliveryProperty | 
|  Java | software.amazon.awscdk.services.internetmonitor.CfnMonitor.InternetMeasurementsLogDeliveryProperty | 
|  Python | aws_cdk.aws_internetmonitor.CfnMonitor.InternetMeasurementsLogDeliveryProperty | 
|  TypeScript | aws-cdk-lib»aws_internetmonitor»CfnMonitor»InternetMeasurementsLogDeliveryProperty | 
Publish internet measurements to an Amazon S3 bucket in addition to CloudWatch Logs.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_internetmonitor as internetmonitor } from 'aws-cdk-lib';
const internetMeasurementsLogDeliveryProperty: internetmonitor.CfnMonitor.InternetMeasurementsLogDeliveryProperty = {
  s3Config: {
    bucketName: 'bucketName',
    bucketPrefix: 'bucketPrefix',
    logDeliveryStatus: 'logDeliveryStatus',
  },
};
Properties
| Name | Type | Description | 
|---|---|---|
| s3 | IResolvable | S3 | The configuration for publishing Amazon CloudWatch Internet Monitor internet measurements to Amazon S3. | 
s3Config?
Type:
IResolvable | S3
(optional)
The configuration for publishing Amazon CloudWatch Internet Monitor internet measurements to Amazon S3.
