Class DeliveryProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.logs.DeliveryProps.Jsii$Proxy
- All Implemented Interfaces:
DeliveryProps,RecordFieldDeliveryProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
DeliveryProps
@Stability(Experimental)
@Internal
public static final class DeliveryProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements DeliveryProps
An implementation for
DeliveryProps-
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.mixins.preview.services.logs.DeliveryProps
DeliveryProps.Builder, DeliveryProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(DeliveryProps.Builder builder) Constructor that initializes the object based on literal property values passed by theDeliveryProps.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 boolean(experimental) Any recordFields that a mandatory to be included in a log delivery of a certain log type.final String(experimental) Format of the logs that are sent to the delivery destination specified.(experimental) RecordFields the user has defined to be used in log delivery.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 theDeliveryProps.Builder.
-
-
Method Details
-
getOutputFormat
Description copied from interface:DeliveryProps(experimental) Format of the logs that are sent to the delivery destination specified.- Specified by:
getOutputFormatin interfaceDeliveryProps
-
getMandatoryFields
Description copied from interface:RecordFieldDeliveryProps(experimental) Any recordFields that a mandatory to be included in a log delivery of a certain log type.Default: - log type has no mandatory fields
- Specified by:
getMandatoryFieldsin interfaceRecordFieldDeliveryProps
-
getProvidedFields
Description copied from interface:RecordFieldDeliveryProps(experimental) RecordFields the user has defined to be used in log delivery.- Specified by:
getProvidedFieldsin interfaceRecordFieldDeliveryProps
-
$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()
-