Class CfnDataSet.S3SourceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDataSet.S3SourceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSet.S3SourceProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSet.S3SourceProperty
@Stability(Stable)
@Internal
public static final class CfnDataSet.S3SourceProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSet.S3SourceProperty
An implementation for
CfnDataSet.S3SourceProperty
-
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.quicksight.CfnDataSet.S3SourceProperty
CfnDataSet.S3SourceProperty.Builder, CfnDataSet.S3SourceProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataSet.S3SourceProperty.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 Resource Name (ARN) for the data source.final Object
A physical table type for an S3 data source.final Object
Information about the format for the S3 source file or files.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 theCfnDataSet.S3SourceProperty.Builder
.
-
-
Method Details
-
getDataSourceArn
Description copied from interface:CfnDataSet.S3SourceProperty
The Amazon Resource Name (ARN) for the data source.- Specified by:
getDataSourceArn
in interfaceCfnDataSet.S3SourceProperty
- See Also:
-
getInputColumns
Description copied from interface:CfnDataSet.S3SourceProperty
A physical table type for an S3 data source.For files that aren't JSON, only
STRING
data types are supported in input columns.- Specified by:
getInputColumns
in interfaceCfnDataSet.S3SourceProperty
- See Also:
-
getUploadSettings
Description copied from interface:CfnDataSet.S3SourceProperty
Information about the format for the S3 source file or files.- Specified by:
getUploadSettings
in interfaceCfnDataSet.S3SourceProperty
- 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()
-