DataProtectionSettingsReference
- class aws_cdk.aws_workspacesweb.DataProtectionSettingsReference(*, data_protection_settings_arn)
Bases:
object
A reference to a DataProtectionSettings resource.
- Parameters:
data_protection_settings_arn (
str
) – The DataProtectionSettingsArn of the DataProtectionSettings resource.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_workspacesweb as workspacesweb data_protection_settings_reference = workspacesweb.DataProtectionSettingsReference( data_protection_settings_arn="dataProtectionSettingsArn" )
Attributes
- data_protection_settings_arn
The DataProtectionSettingsArn of the DataProtectionSettings resource.