Class: Aws::InternetMonitor::Types::InternetMeasurementsLogDelivery
- Inherits:
-
Struct
- Object
- Struct
- Aws::InternetMonitor::Types::InternetMeasurementsLogDelivery
- Includes:
- Structure
- Defined in:
- 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
-
#s3_config ⇒ Types::S3Config
The configuration information for publishing Internet Monitor internet measurements to Amazon S3.
Instance Attribute Details
#s3_config ⇒ Types::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.
1158 1159 1160 1161 1162 |
# File 'lib/aws-sdk-internetmonitor/types.rb', line 1158 class InternetMeasurementsLogDelivery < Struct.new( :s3_config) SENSITIVE = [] include Aws::Structure end |