Interface CfnMonitorPropsMixin.InternetMeasurementsLogDeliveryProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMonitorPropsMixin.InternetMeasurementsLogDeliveryProperty.Jsii$Proxy
- Enclosing class:
CfnMonitorPropsMixin
@Stability(Stable)
public static interface CfnMonitorPropsMixin.InternetMeasurementsLogDeliveryProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.internetmonitor.*;
InternetMeasurementsLogDeliveryProperty internetMeasurementsLogDeliveryProperty = InternetMeasurementsLogDeliveryProperty.builder()
.s3Config(S3ConfigProperty.builder()
.bucketName("bucketName")
.bucketPrefix("bucketPrefix")
.logDeliveryStatus("logDeliveryStatus")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnMonitorPropsMixin.InternetMeasurementsLogDeliveryProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getS3Config
The configuration for publishing Amazon CloudWatch Internet Monitor internet measurements to Amazon S3.Returns union: either
IResolvableorCfnMonitorPropsMixin.S3ConfigProperty- See Also:
-
builder
@Stability(Stable) static CfnMonitorPropsMixin.InternetMeasurementsLogDeliveryProperty.Builder builder()
-