AWS::WorkSpacesWeb::DataProtectionSettings
The data protection settings resource that can be associated with a web portal.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::WorkSpacesWeb::DataProtectionSettings", "Properties" : { "AdditionalEncryptionContext" :
{
, "CustomerManagedKey" :Key
:Value
, ...}String
, "Description" :String
, "DisplayName" :String
, "InlineRedactionConfiguration" :InlineRedactionConfiguration
, "Tags" :[ Tag, ... ]
} }
YAML
Type: AWS::WorkSpacesWeb::DataProtectionSettings Properties: AdditionalEncryptionContext:
CustomerManagedKey:
Key
:Value
String
Description:String
DisplayName:String
InlineRedactionConfiguration:InlineRedactionConfiguration
Tags:- Tag
Properties
AdditionalEncryptionContext
-
The additional encryption context of the data protection settings.
Required: No
Type: Object of String
Pattern:
^[\s\S]*$
Minimum:
0
Maximum:
131072
Update requires: Replacement
CustomerManagedKey
-
The customer managed key used to encrypt sensitive information in the data protection settings.
Required: No
Type: String
Pattern:
^arn:[\w+=\/,.@-]+:kms:[a-zA-Z0-9\-]*:[a-zA-Z0-9]{1,12}:key\/[a-zA-Z0-9-]+$
Minimum:
20
Maximum:
2048
Update requires: Replacement
Description
-
The description of the data protection settings.
Required: No
Type: String
Pattern:
^[ _\-\d\w]+$
Minimum:
1
Maximum:
256
Update requires: No interruption
DisplayName
-
The display name of the data protection settings.
Required: No
Type: String
Pattern:
^[ _\-\d\w]+$
Minimum:
1
Maximum:
64
Update requires: No interruption
InlineRedactionConfiguration
-
The inline redaction configuration for the data protection settings.
Required: No
Type: InlineRedactionConfiguration
Update requires: No interruption
-
The tags of the data protection settings.
Required: No
Type: Array of Tag
Minimum:
0
Maximum:
200
Update requires: No interruption
Return values
Ref
Fn::GetAtt
AssociatedPortalArns
-
A list of web portal ARNs that this data protection settings resource is associated with.
CreationDate
-
The creation date timestamp of the data protection settings.
DataProtectionSettingsArn
-
The ARN of the data protection settings resource.