Class S3DestinationOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.S3DestinationOptions.Jsii$Proxy
- All Implemented Interfaces:
S3DestinationOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
S3DestinationOptions
@Stability(Stable)
@Internal
public static final class S3DestinationOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements S3DestinationOptions
An implementation for
S3DestinationOptions-
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.ec2.S3DestinationOptions
S3DestinationOptions.Builder, S3DestinationOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(S3DestinationOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theS3DestinationOptions.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 FlowLogFileFormatThe format for the flow log.final BooleanUse Hive-compatible prefixes for flow logs stored in Amazon S3.final BooleanPartition the flow log per hour.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 theS3DestinationOptions.Builder.
-
-
Method Details
-
getFileFormat
Description copied from interface:S3DestinationOptionsThe format for the flow log.Default: FlowLogFileFormat.PLAIN_TEXT
- Specified by:
getFileFormatin interfaceS3DestinationOptions
-
getHiveCompatiblePartitions
Description copied from interface:S3DestinationOptionsUse Hive-compatible prefixes for flow logs stored in Amazon S3.Default: false
- Specified by:
getHiveCompatiblePartitionsin interfaceS3DestinationOptions
-
getPerHourPartition
Description copied from interface:S3DestinationOptionsPartition the flow log per hour.Default: false
- Specified by:
getPerHourPartitionin interfaceS3DestinationOptions
-
$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()
-