public static final class CfnDataSet.S3SourceProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDataSet.S3SourceProperty
CfnDataSet.S3SourceProperty
CfnDataSet.S3SourceProperty.Builder, CfnDataSet.S3SourceProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDataSourceArn()
The Amazon Resource Name (ARN) for the data source.
|
java.lang.Object |
getInputColumns()
A physical table type for an S3 data source.
|
java.lang.Object |
getUploadSettings()
Information about the format for the S3 source file or files.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getDataSourceArn()
CfnDataSet.S3SourceProperty
getDataSourceArn
in interface CfnDataSet.S3SourceProperty
public final java.lang.Object getInputColumns()
CfnDataSet.S3SourceProperty
For files that aren't JSON, only
STRING
data types are supported in input columns.
getInputColumns
in interface CfnDataSet.S3SourceProperty
public final java.lang.Object getUploadSettings()
CfnDataSet.S3SourceProperty
getUploadSettings
in interface CfnDataSet.S3SourceProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()