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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.appflow.CfnFlow.S3SourcePropertiesProperty
CfnFlow.S3SourcePropertiesProperty.Builder, CfnFlow.S3SourcePropertiesProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnFlow.S3SourcePropertiesProperty.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
The Amazon S3 bucket name where the source files are stored.final String
The object key for the Amazon S3 bucket in which the source files are stored.final Object
When you use Amazon S3 as the source, the configuration format that you provide the flow input data.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.S3SourcePropertiesProperty.Builder
.
-
-
Method Details
-
getBucketName
Description copied from interface:CfnFlow.S3SourcePropertiesProperty
The Amazon S3 bucket name where the source files are stored.- Specified by:
getBucketName
in interfaceCfnFlow.S3SourcePropertiesProperty
-
getBucketPrefix
Description copied from interface:CfnFlow.S3SourcePropertiesProperty
The object key for the Amazon S3 bucket in which the source files are stored.- Specified by:
getBucketPrefix
in interfaceCfnFlow.S3SourcePropertiesProperty
-
getS3InputFormatConfig
Description copied from interface:CfnFlow.S3SourcePropertiesProperty
When you use Amazon S3 as the source, the configuration format that you provide the flow input data.- Specified by:
getS3InputFormatConfig
in interfaceCfnFlow.S3SourcePropertiesProperty
-
$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()
-