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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnDataSet.S3SourceProperty
CfnDataSet.S3SourceProperty.Builder, CfnDataSet.S3SourceProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSet.S3SourceProperty.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 Resource Name (ARN) for the data source.final ObjectA physical table type for an S3 data source.final ObjectInformation about the format for the S3 source file or files.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 theCfnDataSet.S3SourceProperty.Builder.
-
-
Method Details
-
getDataSourceArn
Description copied from interface:CfnDataSet.S3SourcePropertyThe Amazon Resource Name (ARN) for the data source.- Specified by:
getDataSourceArnin interfaceCfnDataSet.S3SourceProperty- See Also:
-
getInputColumns
Description copied from interface:CfnDataSet.S3SourcePropertyA physical table type for an S3 data source.For files that aren't JSON, only
STRINGdata types are supported in input columns.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDataSet.InputColumnProperty>- Specified by:
getInputColumnsin interfaceCfnDataSet.S3SourceProperty- See Also:
-
getUploadSettings
Description copied from interface:CfnDataSet.S3SourcePropertyInformation about the format for the S3 source file or files.Returns union: either
IResolvableorCfnDataSet.UploadSettingsProperty- Specified by:
getUploadSettingsin interfaceCfnDataSet.S3SourceProperty- 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()
-