Class CfnParallelDataMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.translate.CfnParallelDataMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnParallelDataMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnParallelDataMixinProps
@Stability(Stable)
@Internal
public static final class CfnParallelDataMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnParallelDataMixinProps
An implementation for
CfnParallelDataMixinProps-
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.translate.CfnParallelDataMixinProps
CfnParallelDataMixinProps.Builder, CfnParallelDataMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnParallelDataMixinProps.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 StringA custom description for the parallel data resource.final ObjectThe encryption key used to encrypt this object.final StringgetName()A custom name for the parallel data resource.final ObjectSpecifies the format and S3 location of the parallel data input file.getTags()Tags associated with the parallel data resource.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 theCfnParallelDataMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnParallelDataMixinPropsA custom description for the parallel data resource.- Specified by:
getDescriptionin interfaceCfnParallelDataMixinProps- See Also:
-
getEncryptionKey
Description copied from interface:CfnParallelDataMixinPropsThe encryption key used to encrypt this object.Returns union: either
IResolvableorCfnParallelDataPropsMixin.EncryptionKeyProperty- Specified by:
getEncryptionKeyin interfaceCfnParallelDataMixinProps- See Also:
-
getName
Description copied from interface:CfnParallelDataMixinPropsA custom name for the parallel data resource.Must be unique in the account and region.
- Specified by:
getNamein interfaceCfnParallelDataMixinProps- See Also:
-
getParallelDataConfig
Description copied from interface:CfnParallelDataMixinPropsSpecifies the format and S3 location of the parallel data input file.Returns union: either
IResolvableorCfnParallelDataPropsMixin.ParallelDataConfigProperty- Specified by:
getParallelDataConfigin interfaceCfnParallelDataMixinProps- See Also:
-
getTags
Description copied from interface:CfnParallelDataMixinPropsTags associated with the parallel data resource.- Specified by:
getTagsin interfaceCfnParallelDataMixinProps- 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()
-