Class CfnFlow.AggregationConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appflow.CfnFlow.AggregationConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFlow.AggregationConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFlow.AggregationConfigProperty
@Stability(Stable)
@Internal
public static final class CfnFlow.AggregationConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFlow.AggregationConfigProperty
An implementation for
CfnFlow.AggregationConfigProperty
-
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.appflow.CfnFlow.AggregationConfigProperty
CfnFlow.AggregationConfigProperty.Builder, CfnFlow.AggregationConfigProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnFlow.AggregationConfigProperty.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 String
Specifies whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated.final Number
The desired file size, in MB, for each output file that Amazon AppFlow writes to the flow destination.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 theCfnFlow.AggregationConfigProperty.Builder
.
-
-
Method Details
-
getAggregationType
Description copied from interface:CfnFlow.AggregationConfigProperty
Specifies whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated.- Specified by:
getAggregationType
in interfaceCfnFlow.AggregationConfigProperty
- See Also:
-
getTargetFileSize
Description copied from interface:CfnFlow.AggregationConfigProperty
The desired file size, in MB, for each output file that Amazon AppFlow writes to the flow destination.For each file, Amazon AppFlow attempts to achieve the size that you specify. The actual file sizes might differ from this target based on the number and size of the records that each file contains.
- Specified by:
getTargetFileSize
in interfaceCfnFlow.AggregationConfigProperty
- See Also:
-
$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()
-