Skip to content

Associate Data Protection Settings

workspacesweb_associate_data_protection_settings R Documentation

Associates a data protection settings resource with a web portal

Description

Associates a data protection settings resource with a web portal.

Usage

workspacesweb_associate_data_protection_settings(
  dataProtectionSettingsArn, portalArn)

Arguments

dataProtectionSettingsArn

[required] The ARN of the data protection settings.

portalArn

[required] The ARN of the web portal.

Value

A list with the following syntax:

list(
  dataProtectionSettingsArn = "string",
  portalArn = "string"
)

Request syntax

svc$associate_data_protection_settings(
  dataProtectionSettingsArn = "string",
  portalArn = "string"
)