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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnRealtimeLogConfigProps.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 Type
    Method
    Description
    com.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.
    final List<String>
    A list of fields that are included in each real-time log record.
    final String
    The unique name of this real-time log configuration.
    final Number
    The sampling rate for this real-time log configuration.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(CfnRealtimeLogConfigProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnRealtimeLogConfigProps.Builder.
  • Method Details

    • getEndPoints

      public final Object 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 interface CfnRealtimeLogConfigProps
    • getFields

      public final List<String> 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 interface CfnRealtimeLogConfigProps
    • getName

      public final String getName()
      Description copied from interface: CfnRealtimeLogConfigProps
      The unique name of this real-time log configuration.
      Specified by:
      getName in interface CfnRealtimeLogConfigProps
    • getSamplingRate

      public final Number 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 interface CfnRealtimeLogConfigProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object