Skip to content

Describe Ip Restriction

quicksight_describe_ip_restriction R Documentation

Provides a summary and status of IP rules

Description

Provides a summary and status of IP rules.

Usage

quicksight_describe_ip_restriction(AwsAccountId)

Arguments

AwsAccountId

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

Value

A list with the following syntax:

list(
  AwsAccountId = "string",
  IpRestrictionRuleMap = list(
    "string"
  ),
  VpcIdRestrictionRuleMap = list(
    "string"
  ),
  VpcEndpointIdRestrictionRuleMap = list(
    "string"
  ),
  Enabled = TRUE|FALSE,
  RequestId = "string",
  Status = 123
)

Request syntax

svc$describe_ip_restriction(
  AwsAccountId = "string"
)