Creates a data protection settings resource that can be associated with a web portal.
See https://www.paws-r-sdk.com/docs/workspacesweb_create_data_protection_settings/ for full documentation.
workspacesweb_create_data_protection_settings(
additionalEncryptionContext = NULL,
clientToken = NULL,
customerManagedKey = NULL,
description = NULL,
displayName = NULL,
inlineRedactionConfiguration = NULL,
tags = NULL
)
Additional encryption context of the data protection settings.
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request.
If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
The custom managed key of the data protection settings.
The description of the data protection settings.
The display name of the data protection settings.
The inline redaction configuration of the data protection settings that will be applied to all sessions.
The tags to add to the data protection settings resource. A tag is a key-value pair.