aws-cdk-lib.aws_internetmonitor.CfnMonitor.InternetMeasurementsLogDeliveryProperty

interface InternetMeasurementsLogDeliveryProperty

LanguageType name
.NETAmazon.CDK.AWS.InternetMonitor.CfnMonitor.InternetMeasurementsLogDeliveryProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsinternetmonitor#CfnMonitor_InternetMeasurementsLogDeliveryProperty
Javasoftware.amazon.awscdk.services.internetmonitor.CfnMonitor.InternetMeasurementsLogDeliveryProperty
Pythonaws_cdk.aws_internetmonitor.CfnMonitor.InternetMeasurementsLogDeliveryProperty
TypeScript aws-cdk-lib » aws_internetmonitor » CfnMonitor » InternetMeasurementsLogDeliveryProperty

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

NameTypeDescription
s3Config?IResolvable | S3ConfigPropertyThe configuration information for publishing Amazon CloudWatch Internet Monitor internet measurements to Amazon S3.

s3Config?

Type: IResolvable | S3ConfigProperty (optional)

The configuration information 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 an S3 bucket, and DISABLED otherwise.