Class CfnRealtimeLogConfigMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.cloudfront.CfnRealtimeLogConfigMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnRealtimeLogConfigMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRealtimeLogConfigMixinProps
@Stability(Stable)
@Internal
public static final class CfnRealtimeLogConfigMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRealtimeLogConfigMixinProps
An implementation for
CfnRealtimeLogConfigMixinProps-
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.cfnpropertymixins.services.cloudfront.CfnRealtimeLogConfigMixinProps
CfnRealtimeLogConfigMixinProps.Builder, CfnRealtimeLogConfigMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRealtimeLogConfigMixinProps.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 theCfnRealtimeLogConfigMixinProps.Builder.
-
-
Method Details
-
getEndPoints
Description copied from interface:CfnRealtimeLogConfigMixinPropsContains 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: '<'eitherIResolvableorCfnRealtimeLogConfigPropsMixin.EndPointProperty>- Specified by:
getEndPointsin interfaceCfnRealtimeLogConfigMixinProps- See Also:
-
getFields
Description copied from interface:CfnRealtimeLogConfigMixinPropsA 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 interfaceCfnRealtimeLogConfigMixinProps- See Also:
-
getName
Description copied from interface:CfnRealtimeLogConfigMixinPropsThe unique name of this real-time log configuration.- Specified by:
getNamein interfaceCfnRealtimeLogConfigMixinProps- See Also:
-
getSamplingRate
Description copied from interface:CfnRealtimeLogConfigMixinPropsThe 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 interfaceCfnRealtimeLogConfigMixinProps- 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()
-