available_management_cidr_ranges
Creates, updates, deletes, gets or lists an available_management_cidr_ranges resource.
Overview
| Name | available_management_cidr_ranges |
| Type | Resource |
| Id | aws.workspaces.available_management_cidr_ranges |
Fields
The following fields are returned by SELECT queries:
- list_available_management_cidr_ranges
| Name | Datatype | Description |
|---|---|---|
management_cidr_range | string | The list of available IP address ranges, specified as IPv4 CIDR blocks. |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
list_available_management_cidr_ranges | select | region | Retrieves a list of IP address ranges, specified as IPv4 CIDR blocks, that you can use for the network management interface when you enable Bring Your Own License (BYOL). This operation can be run only by Amazon Web Services accounts that are enabled for BYOL. If your account isn't enabled for BYOL, you'll receive an AccessDeniedException error. The management network interface is connected to a secure Amazon WorkSpaces management network. It is used for interactive streaming of the WorkSpace desktop to Amazon WorkSpaces clients, and to allow Amazon WorkSpaces to manage the WorkSpace. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
region | string | AWS region (default: us-east-1) |
SELECT examples
- list_available_management_cidr_ranges
Retrieves a list of IP address ranges, specified as IPv4 CIDR blocks, that you can use for the network management interface when you enable Bring Your Own License (BYOL). This operation can be run only by Amazon Web Services accounts that are enabled for BYOL. If your account isn't enabled for BYOL, you'll receive an AccessDeniedException error. The management network interface is connected to a secure Amazon WorkSpaces management network. It is used for interactive streaming of the WorkSpace desktop to Amazon WorkSpaces clients, and to allow Amazon WorkSpaces to manage the WorkSpace.
SELECT
management_cidr_range
FROM aws.workspaces.available_management_cidr_ranges
WHERE region = '{{ region }}' -- required
;