Class: Aws::InternetMonitor::Types::InternetMeasurementsLogDelivery

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_configTypes::S3Config

The configuration information for publishing Internet Monitor internet measurements to Amazon S3. The configuration includes the bucket name and (optionally) prefix for the S3 bucket to store the measurements, and the delivery status. The delivery status is ENABLED or DISABLED, depending on whether you choose to deliver internet measurements to S3 logs.

Returns:



1158
1159
1160
1161
1162
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 1158

class InternetMeasurementsLogDelivery < Struct.new(
  :s3_config)
  SENSITIVE = []
  include Aws::Structure
end