Class CfnRealtimeLogConfigProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudfront.CfnRealtimeLogConfigProps.Jsii$Proxy
- All Implemented Interfaces:
CfnRealtimeLogConfigProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRealtimeLogConfigProps
@Stability(Stable)
@Internal
public static final class CfnRealtimeLogConfigProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRealtimeLogConfigProps
An implementation for
CfnRealtimeLogConfigProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cloudfront.CfnRealtimeLogConfigProps
CfnRealtimeLogConfigProps.Builder, CfnRealtimeLogConfigProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnRealtimeLogConfigProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
Contains information about the Amazon Kinesis data stream where you are sending real-time log data for this real-time log configuration.A list of fields that are included in each real-time log record.final String
getName()
The unique name of this real-time log configuration.final Number
The sampling rate for this real-time log configuration.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnRealtimeLogConfigProps.Builder
.
-
-
Method Details
-
getEndPoints
Description copied from interface:CfnRealtimeLogConfigProps
Contains information about the Amazon Kinesis data stream where you are sending real-time log data for this real-time log configuration.- Specified by:
getEndPoints
in interfaceCfnRealtimeLogConfigProps
- See Also:
-
getFields
Description copied from interface:CfnRealtimeLogConfigProps
A list of fields that are included in each real-time log record.In an API response, the fields are provided in the same order in which they are sent to the Amazon Kinesis data stream.
For more information about fields, see Real-time log configuration fields in the Amazon CloudFront Developer Guide .
- Specified by:
getFields
in interfaceCfnRealtimeLogConfigProps
- See Also:
-
getName
Description copied from interface:CfnRealtimeLogConfigProps
The unique name of this real-time log configuration.- Specified by:
getName
in interfaceCfnRealtimeLogConfigProps
- See Also:
-
getSamplingRate
Description copied from interface:CfnRealtimeLogConfigProps
The sampling rate for this real-time log configuration.The sampling rate determines the percentage of viewer requests that are represented in the real-time log data. The sampling rate is an integer between 1 and 100, inclusive.
- Specified by:
getSamplingRate
in interfaceCfnRealtimeLogConfigProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-