workspaces_modify_account: Modifies the configuration of Bring Your Own License (BYOL)...

View source: R/workspaces_operations.R

workspaces_modify_accountR Documentation

Modifies the configuration of Bring Your Own License (BYOL) for the specified account

Description

Modifies the configuration of Bring Your Own License (BYOL) for the specified account.

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

Usage

workspaces_modify_account(
  DedicatedTenancySupport = NULL,
  DedicatedTenancyManagementCidrRange = NULL
)

Arguments

DedicatedTenancySupport

The status of BYOL.

DedicatedTenancyManagementCidrRange

The IP address range, specified as an IPv4 CIDR block, for the management network interface. Specify an IP address range that is compatible with your network and in CIDR notation (that is, specify the range as an IPv4 CIDR block). The CIDR block size must be /16 (for example, 203.0.113.25/16). It must also be specified as available by the list_available_management_cidr_ranges operation.


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