Class DestinationOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.DestinationOptions.Jsii$Proxy
- All Implemented Interfaces:
DestinationOptions
,S3DestinationOptions
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
DestinationOptions
@Stability(Stable)
@Internal
public static final class DestinationOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements DestinationOptions
An implementation for
DestinationOptions
-
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.ec2.DestinationOptions
DestinationOptions.Builder, DestinationOptions.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(DestinationOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theDestinationOptions.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 TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final FlowLogFileFormat
The format for the flow log.final Boolean
Use Hive-compatible prefixes for flow logs stored in Amazon S3.final Boolean
Partition the flow log per hour.final int
hashCode()
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 theDestinationOptions.Builder
.
-
-
Method Details
-
getFileFormat
Description copied from interface:S3DestinationOptions
The format for the flow log.Default: FlowLogFileFormat.PLAIN_TEXT
- Specified by:
getFileFormat
in interfaceS3DestinationOptions
-
getHiveCompatiblePartitions
Description copied from interface:S3DestinationOptions
Use Hive-compatible prefixes for flow logs stored in Amazon S3.Default: false
- Specified by:
getHiveCompatiblePartitions
in interfaceS3DestinationOptions
-
getPerHourPartition
Description copied from interface:S3DestinationOptions
Partition the flow log per hour.Default: false
- Specified by:
getPerHourPartition
in interfaceS3DestinationOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-