interface DataProtectionSettingsReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_workspacesweb.DataProtectionSettingsReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsworkspacesweb#DataProtectionSettingsReference |
![]() | software.amazon.awscdk.services.workspacesweb.DataProtectionSettingsReference |
![]() | aws_cdk.aws_workspacesweb.DataProtectionSettingsReference |
![]() | aws-cdk-lib » aws_workspacesweb » DataProtectionSettingsReference |
A reference to a DataProtectionSettings resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_workspacesweb as workspacesweb } from 'aws-cdk-lib';
const dataProtectionSettingsReference: workspacesweb.DataProtectionSettingsReference = {
dataProtectionSettingsArn: 'dataProtectionSettingsArn',
};
Properties
Name | Type | Description |
---|---|---|
data | string | The DataProtectionSettingsArn of the DataProtectionSettings resource. |
dataProtectionSettingsArn
Type:
string
The DataProtectionSettingsArn of the DataProtectionSettings resource.