Options

🚫
This step is required. Many options below are required whilst others are optional.
ℹ️
It is important that the below options are defined in the same shell session as the deploy step.

This solution is configurable to meet your specific needs. In this step you will specify which features you want enabled or disabled. To configure an option use the terminal (E.g. CloudShell) to perform the relevant commands.

Enable Translation

Today this solution supports translation as its main purpose. To allow for flexibility in the future translation is a modular component which can be enabled/disabled.

export translation="true"
export translationLifecycleDefault="7"

Enable Translation Pii Detection

Pii detection in uploaded files is supported by the translation feature. The result of this allows for more strict lifecycle policies to be applied than the default where Pii is detected. E.g. this allows files with Pii detected to be deleted in 3 days, whilst files where no Pii is detected to be retained longer such as 7 days. These values are configurable.

export translationPii="true"
export translationLifecyclePii="3"

All Options

OptionExample valueDefaultRequired?Description
Feature - Translation
translationtrue, falsefalseNot requiredEnable document translation
translationLifecycleDefault57Not requiredSpecify S3 lifecycle policy in days
Feature - Translation PII
translationPiitrue, falsefalseNot requiredEnable PII detection within document contents
translationLifecyclePii53Not requiredSpecify S3 lifecycle policy in days