quicksight_update_ip_restriction: Updates the content and status of IP rules

View source: R/quicksight_operations.R

quicksight_update_ip_restrictionR Documentation

Updates the content and status of IP rules

Description

Updates the content and status of IP rules. To use this operation, you must provide the entire map of rules. You can use the describe_ip_restriction operation to get the current rule map.

See https://www.paws-r-sdk.com/docs/quicksight_update_ip_restriction/ for full documentation.

Usage

quicksight_update_ip_restriction(
  AwsAccountId,
  IpRestrictionRuleMap = NULL,
  Enabled = NULL
)

Arguments

AwsAccountId

[required] The ID of the Amazon Web Services account that contains the IP rules.

IpRestrictionRuleMap

A map that describes the updated IP rules with CIDR ranges and descriptions.

Enabled

A value that specifies whether IP rules are turned on.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.