Class CfnFlow.S3SourcePropertiesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appflow.CfnFlow.S3SourcePropertiesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFlow.S3SourcePropertiesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFlow.S3SourcePropertiesProperty
@Stability(Stable)
@Internal
public static final class CfnFlow.S3SourcePropertiesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFlow.S3SourcePropertiesProperty
An implementation for
CfnFlow.S3SourcePropertiesProperty-
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.S3SourcePropertiesProperty
CfnFlow.S3SourcePropertiesProperty.Builder, CfnFlow.S3SourcePropertiesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFlow.S3SourcePropertiesProperty.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 StringThe Amazon S3 bucket name where the source files are stored.final StringThe object key for the Amazon S3 bucket in which the source files are stored.final ObjectWhen you use Amazon S3 as the source, the configuration format that you provide the flow input data.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.S3SourcePropertiesProperty.Builder.
-
-
Method Details
-
getBucketName
Description copied from interface:CfnFlow.S3SourcePropertiesPropertyThe Amazon S3 bucket name where the source files are stored.- Specified by:
getBucketNamein interfaceCfnFlow.S3SourcePropertiesProperty- See Also:
-
getBucketPrefix
Description copied from interface:CfnFlow.S3SourcePropertiesPropertyThe object key for the Amazon S3 bucket in which the source files are stored.- Specified by:
getBucketPrefixin interfaceCfnFlow.S3SourcePropertiesProperty- See Also:
-
getS3InputFormatConfig
Description copied from interface:CfnFlow.S3SourcePropertiesPropertyWhen you use Amazon S3 as the source, the configuration format that you provide the flow input data.Returns union: either
IResolvableorCfnFlow.S3InputFormatConfigProperty- Specified by:
getS3InputFormatConfigin interfaceCfnFlow.S3SourcePropertiesProperty- 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()
-