List Resource Inventory
licensemanager_list_resource_inventory | R Documentation |
Lists resources managed using Systems Manager inventory¶
Description¶
Lists resources managed using Systems Manager inventory.
Usage¶
Arguments¶
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:
account_id
- The ID of the Amazon Web Services account that owns the resource. Logical operators areEQUALS
|NOT_EQUALS
.application_name
- The name of the application. Logical operators areEQUALS
|BEGINS_WITH
.license_included
- The type of license included. Logical operators areEQUALS
|NOT_EQUALS
. Possible values aresql-server-enterprise
|sql-server-standard
|sql-server-web
|windows-server-datacenter
.platform
- The platform of the resource. Logical operators areEQUALS
|BEGINS_WITH
.resource_id
- The ID of the resource. Logical operators areEQUALS
|NOT_EQUALS
.tag:<key>
- The key/value combination of a tag assigned to the resource. Logical operators areEQUALS
(single account) orEQUALS
|NOT_EQUALS
(cross account).
Value¶
A list with the following syntax:
list(
ResourceInventoryList = list(
list(
ResourceId = "string",
ResourceType = "EC2_INSTANCE"|"EC2_HOST"|"EC2_AMI"|"RDS"|"SYSTEMS_MANAGER_MANAGED_INSTANCE",
ResourceArn = "string",
Platform = "string",
PlatformVersion = "string",
ResourceOwningAccountId = "string"
)
),
NextToken = "string"
)