DataProtectionSettingsReference

class aws_cdk.interfaces.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.interfaces import aws_workspacesweb as interfaces_aws_workspacesweb

data_protection_settings_reference = interfaces_aws_workspacesweb.DataProtectionSettingsReference(
    data_protection_settings_arn="dataProtectionSettingsArn"
)

Attributes

data_protection_settings_arn

The DataProtectionSettingsArn of the DataProtectionSettings resource.