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