Description Usage Arguments Value Request syntax
View source: R/licensemanager_operations.R
Lists the license configurations for your account.
1 2 | licensemanager_list_license_configurations(LicenseConfigurationArns,
MaxResults, NextToken, Filters)
|
LicenseConfigurationArns |
Amazon Resource Names (ARN) of the license configurations. |
MaxResults |
Maximum number of results to return in a single call. |
NextToken |
Token for the next set of results. |
Filters |
Filters to scope the results. The following filters and logical operators are supported:
|
A list with the following syntax:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 | list(
LicenseConfigurations = list(
list(
LicenseConfigurationId = "string",
LicenseConfigurationArn = "string",
Name = "string",
Description = "string",
LicenseCountingType = "vCPU"|"Instance"|"Core"|"Socket",
LicenseRules = list(
"string"
),
LicenseCount = 123,
LicenseCountHardLimit = TRUE|FALSE,
DisassociateWhenNotFound = TRUE|FALSE,
ConsumedLicenses = 123,
Status = "string",
OwnerAccountId = "string",
ConsumedLicenseSummaryList = list(
list(
ResourceType = "EC2_INSTANCE"|"EC2_HOST"|"EC2_AMI"|"RDS"|"SYSTEMS_MANAGER_MANAGED_INSTANCE",
ConsumedLicenses = 123
)
),
ManagedResourceSummaryList = list(
list(
ResourceType = "EC2_INSTANCE"|"EC2_HOST"|"EC2_AMI"|"RDS"|"SYSTEMS_MANAGER_MANAGED_INSTANCE",
AssociationCount = 123
)
),
ProductInformationList = list(
list(
ResourceType = "string",
ProductInformationFilterList = list(
list(
ProductInformationFilterName = "string",
ProductInformationFilterValue = list(
"string"
),
ProductInformationFilterComparator = "string"
)
)
)
),
AutomatedDiscoveryInformation = list(
LastRunTime = as.POSIXct(
"2015-01-01"
)
)
)
),
NextToken = "string"
)
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.