List Linux Subscription Instances
| licensemanagerlinuxsubscriptions_list_linux_subscription_instances | R Documentation |
Lists the running Amazon EC2 instances that were discovered with commercial Linux subscriptions¶
Description¶
Lists the running Amazon EC2 instances that were discovered with commercial Linux subscriptions.
Usage¶
Arguments¶
FiltersAn array of structures that you can use to filter the results by your specified criteria. For example, you can specify
Regionin theName, with thecontainsoperator to list all subscriptions that match a partial string in theValue, such asus-west.For each filter, you can specify one of the following values for the
Namekey to streamline results:AccountIDAmiIDDualSubscriptionInstanceIDInstanceTypeProductCodeRegionStatusUsageOperation
For each filter, you can use one of the following
Operatorvalues to define the behavior of the filter:containsequalsNotequal
MaxResultsThe maximum items to return in a request.
NextTokenA token to specify where to start paginating. This is the nextToken from a previously truncated response.
Value¶
A list with the following syntax:
list(
Instances = list(
list(
AccountID = "string",
AmiId = "string",
DualSubscription = "string",
InstanceID = "string",
InstanceType = "string",
LastUpdatedTime = "string",
OsVersion = "string",
ProductCode = list(
"string"
),
Region = "string",
RegisteredWithSubscriptionProvider = "string",
Status = "string",
SubscriptionName = "string",
SubscriptionProviderCreateTime = "string",
SubscriptionProviderUpdateTime = "string",
UsageOperation = "string"
)
),
NextToken = "string"
)