@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:16.270Z") @Stability(value=Stable) public interface CfnRealtimeLogConfigProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.cloudfront.*;
CfnRealtimeLogConfigProps cfnRealtimeLogConfigProps = CfnRealtimeLogConfigProps.builder()
.endPoints(List.of(EndPointProperty.builder()
.kinesisStreamConfig(KinesisStreamConfigProperty.builder()
.roleArn("roleArn")
.streamArn("streamArn")
.build())
.streamType("streamType")
.build()))
.fields(List.of("fields"))
.name("name")
.samplingRate(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRealtimeLogConfigProps.Builder
A builder for
CfnRealtimeLogConfigProps |
static class |
CfnRealtimeLogConfigProps.Jsii$Proxy
An implementation for
CfnRealtimeLogConfigProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnRealtimeLogConfigProps.Builder |
builder() |
Object |
getEndPoints()
`AWS::CloudFront::RealtimeLogConfig.EndPoints`.
|
List<String> |
getFields()
`AWS::CloudFront::RealtimeLogConfig.Fields`.
|
String |
getName()
`AWS::CloudFront::RealtimeLogConfig.Name`.
|
Number |
getSamplingRate()
`AWS::CloudFront::RealtimeLogConfig.SamplingRate`.
|
@Stability(value=Stable) @NotNull Object getEndPoints()
@Stability(value=Stable) @NotNull List<String> getFields()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull Number getSamplingRate()
@Stability(value=Stable) static CfnRealtimeLogConfigProps.Builder builder()
CfnRealtimeLogConfigProps.Builder of CfnRealtimeLogConfigPropsCopyright © 2021. All rights reserved.