Class S3LogsDeliveryProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.logs.S3LogsDeliveryProps.Jsii$Proxy
- All Implemented Interfaces:
S3LogsDeliveryProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
S3LogsDeliveryProps
@Stability(Experimental)
@Internal
public static final class S3LogsDeliveryProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements S3LogsDeliveryProps
An implementation for
S3LogsDeliveryProps-
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.S3LogsDeliveryProps
S3LogsDeliveryProps.Builder, S3LogsDeliveryProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(S3LogsDeliveryProps.Builder builder) Constructor that initializes the object based on literal property values passed by theS3LogsDeliveryProps.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) The permissions version ('V1' or 'V2') to be used for this 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 theS3LogsDeliveryProps.Builder.
-
-
Method Details
-
getPermissionsVersion
Description copied from interface:S3LogsDeliveryProps(experimental) The permissions version ('V1' or 'V2') to be used for this delivery.Depending on the source of the logs, different permissions are required.
Default: "V2"
- Specified by:
getPermissionsVersionin interfaceS3LogsDeliveryProps
-
$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()
-