premigrationAssessmentSettings
User-defined settings for the premigration assessment. The possible values are:
ResultLocationFolder
: The folder within an Amazon S3 bucket where you want DMS to store the results of this assessment run.ResultEncryptionMode
: The supported values areSSE_KMS
andSSE_S3
. If these values are not provided, then the files are not encrypted at rest. For more information, see Creating Amazon Web Services KMS keys to encrypt Amazon S3 target objects.ResultKmsKeyArn
: The ARN of a customer KMS encryption key that you specify when you setResultEncryptionMode
toSSE_KMS
.IncludeOnly
: A space-separated list of names for specific individual assessments that you want to include. These names come from the default list of individual assessments that Database Migration Service supports for the associated migration.Exclude
: A space-separated list of names for specific individual assessments that you want to exclude. These names come from the default list of individual assessments that Database Migration Service supports for the associated migration.FailOnAssessmentFailure
: A configurable setting you can set totrue
(the default setting) orfalse
. Use this setting to to stop the replication from starting automatically if the assessment fails. This can help you evaluate the issue that is preventing the replication from running successfully.