Class CfnDataSetPropsMixin.S3SourceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDataSetPropsMixin.S3SourceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSetPropsMixin.S3SourceProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSetPropsMixin.S3SourceProperty
@Stability(Stable)
@Internal
public static final class CfnDataSetPropsMixin.S3SourceProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSetPropsMixin.S3SourceProperty
An implementation for
CfnDataSetPropsMixin.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.cfnpropertymixins.services.quicksight.CfnDataSetPropsMixin.S3SourceProperty
CfnDataSetPropsMixin.S3SourceProperty.Builder, CfnDataSetPropsMixin.S3SourceProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSetPropsMixin.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 theCfnDataSetPropsMixin.S3SourceProperty.Builder.
-
-
Method Details
-
getDataSourceArn
Description copied from interface:CfnDataSetPropsMixin.S3SourcePropertyThe Amazon Resource Name (ARN) for the data source.- Specified by:
getDataSourceArnin interfaceCfnDataSetPropsMixin.S3SourceProperty- See Also:
-
getInputColumns
Description copied from interface:CfnDataSetPropsMixin.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: '<'eitherIResolvableorCfnDataSetPropsMixin.InputColumnProperty>- Specified by:
getInputColumnsin interfaceCfnDataSetPropsMixin.S3SourceProperty- See Also:
-
getUploadSettings
Description copied from interface:CfnDataSetPropsMixin.S3SourcePropertyInformation about the format for the S3 source file or files.Returns union: either
IResolvableorCfnDataSetPropsMixin.UploadSettingsProperty- Specified by:
getUploadSettingsin interfaceCfnDataSetPropsMixin.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()
-