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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.appflow.CfnFlow.AggregationConfigProperty
CfnFlow.AggregationConfigProperty.Builder, CfnFlow.AggregationConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFlow.AggregationConfigProperty.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 StringSpecifies whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated.final NumberThe desired file size, in MB, for each output file that Amazon AppFlow writes to the flow destination.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 theCfnFlow.AggregationConfigProperty.Builder.
-
-
Method Details
-
getAggregationType
Description copied from interface:CfnFlow.AggregationConfigPropertySpecifies whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated.- Specified by:
getAggregationTypein interfaceCfnFlow.AggregationConfigProperty- See Also:
-
getTargetFileSize
Description copied from interface:CfnFlow.AggregationConfigPropertyThe 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:
getTargetFileSizein interfaceCfnFlow.AggregationConfigProperty- See Also:
-
$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()
-