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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.cloudfront.CfnRealtimeLogConfigProps
CfnRealtimeLogConfigProps.Builder, CfnRealtimeLogConfigProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRealtimeLogConfigProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectContains 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 StringgetName()The unique name of this real-time log configuration.final NumberThe sampling rate for this real-time log configuration.final inthashCode()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:CfnRealtimeLogConfigPropsContains information about the Amazon Kinesis data stream where you are sending real-time log data for this real-time log configuration.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnRealtimeLogConfig.EndPointProperty>- Specified by:
getEndPointsin interfaceCfnRealtimeLogConfigProps- See Also:
-
getFields
Description copied from interface:CfnRealtimeLogConfigPropsA 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:
getFieldsin interfaceCfnRealtimeLogConfigProps- See Also:
-
getName
Description copied from interface:CfnRealtimeLogConfigPropsThe unique name of this real-time log configuration.- Specified by:
getNamein interfaceCfnRealtimeLogConfigProps- See Also:
-
getSamplingRate
Description copied from interface:CfnRealtimeLogConfigPropsThe 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:
getSamplingRatein interfaceCfnRealtimeLogConfigProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-