| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront |
Amazon CloudFront Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnRealtimeLogConfig.Builder |
CfnRealtimeLogConfig.Builder.create(software.constructs.Construct scope,
String id) |
CfnRealtimeLogConfig.Builder |
CfnRealtimeLogConfig.Builder.endPoints(IResolvable endPoints)
Contains information about the Amazon Kinesis data stream where you are sending real-time log data for this real-time log configuration.
|
CfnRealtimeLogConfig.Builder |
CfnRealtimeLogConfig.Builder.endPoints(List<? extends Object> endPoints)
Contains information about the Amazon Kinesis data stream where you are sending real-time log data for this real-time log configuration.
|
CfnRealtimeLogConfig.Builder |
CfnRealtimeLogConfig.Builder.fields(List<String> fields)
A list of fields that are included in each real-time log record.
|
CfnRealtimeLogConfig.Builder |
CfnRealtimeLogConfig.Builder.name(String name)
The unique name of this real-time log configuration.
|
CfnRealtimeLogConfig.Builder |
CfnRealtimeLogConfig.Builder.samplingRate(Number samplingRate)
The sampling rate for this real-time log configuration.
|
Copyright © 2022. All rights reserved.