Describe Account
workspaces_describe_account | R Documentation |
Retrieves a list that describes the configuration of Bring Your Own License (BYOL) for the specified account¶
Description¶
Retrieves a list that describes the configuration of Bring Your Own License (BYOL) for the specified account.
Usage¶
Value¶
A list with the following syntax:
list(
DedicatedTenancySupport = "ENABLED"|"DISABLED",
DedicatedTenancyManagementCidrRange = "string",
DedicatedTenancyAccountType = "SOURCE_ACCOUNT"|"TARGET_ACCOUNT"
)