Class CfnDataDeletionJobMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.personalize.CfnDataDeletionJobMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDataDeletionJobMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataDeletionJobMixinProps
@Stability(Stable)
@Internal
public static final class CfnDataDeletionJobMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataDeletionJobMixinProps
An implementation for
CfnDataDeletionJobMixinProps-
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.personalize.CfnDataDeletionJobMixinProps
CfnDataDeletionJobMixinProps.Builder, CfnDataDeletionJobMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataDeletionJobMixinProps.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) of the dataset group that has the datasets you want to delete records from.final ObjectThe Amazon S3 bucket that contains the list of userIds to delete.final StringThe name for the data deletion job.final StringThe Amazon Resource Name (ARN) of the IAM role that has permissions to read from the Amazon S3 data source.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 theCfnDataDeletionJobMixinProps.Builder.
-
-
Method Details
-
getDatasetGroupArn
Description copied from interface:CfnDataDeletionJobMixinPropsThe Amazon Resource Name (ARN) of the dataset group that has the datasets you want to delete records from.- Specified by:
getDatasetGroupArnin interfaceCfnDataDeletionJobMixinProps- See Also:
-
getDataSource
Description copied from interface:CfnDataDeletionJobMixinPropsThe Amazon S3 bucket that contains the list of userIds to delete.Returns union: either
IResolvableorCfnDataDeletionJobPropsMixin.DataSourceProperty- Specified by:
getDataSourcein interfaceCfnDataDeletionJobMixinProps- See Also:
-
getJobName
Description copied from interface:CfnDataDeletionJobMixinPropsThe name for the data deletion job.- Specified by:
getJobNamein interfaceCfnDataDeletionJobMixinProps- See Also:
-
getRoleArn
Description copied from interface:CfnDataDeletionJobMixinPropsThe Amazon Resource Name (ARN) of the IAM role that has permissions to read from the Amazon S3 data source.- Specified by:
getRoleArnin interfaceCfnDataDeletionJobMixinProps- 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()
-