Get Registered Subscription Provider
licensemanagerlinuxsubscriptions_get_registered_subscription_provider | R Documentation |
Get details for a Bring Your Own License (BYOL) subscription that's registered to your account¶
Description¶
Get details for a Bring Your Own License (BYOL) subscription that's registered to your account.
Usage¶
Arguments¶
SubscriptionProviderArn
[required] The Amazon Resource Name (ARN) of the BYOL registration resource to get details for.
Value¶
A list with the following syntax:
list(
LastSuccessfulDataRetrievalTime = "string",
SecretArn = "string",
SubscriptionProviderArn = "string",
SubscriptionProviderSource = "RedHat",
SubscriptionProviderStatus = "ACTIVE"|"INVALID"|"PENDING",
SubscriptionProviderStatusMessage = "string"
)