workspacesweb_create_ip_access_settings: Creates an IP access settings resource that can be associated...

View source: R/workspacesweb_operations.R

workspacesweb_create_ip_access_settingsR Documentation

Creates an IP access settings resource that can be associated with a web portal

Description

Creates an IP access settings resource that can be associated with a web portal.

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

Usage

workspacesweb_create_ip_access_settings(
  additionalEncryptionContext = NULL,
  clientToken = NULL,
  customerManagedKey = NULL,
  description = NULL,
  displayName = NULL,
  ipRules,
  tags = NULL
)

Arguments

additionalEncryptionContext

Additional encryption context of the IP access settings.

clientToken

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request.

If you do not specify a client token, one is automatically generated by the AWS SDK.

customerManagedKey

The custom managed key of the IP access settings.

description

The description of the IP access settings.

displayName

The display name of the IP access settings.

ipRules

[required] The IP rules of the IP access settings.

tags

The tags to add to the browser settings resource. A tag is a key-value pair.


paws.end.user.computing documentation built on Sept. 12, 2023, 1:17 a.m.