aws.license_manager_linux_subscriptions.get_registered_subscription_provider
Example SQL Queries
SELECT * FROMaws.license_manager_linux_subscriptions.get_registered_subscription_providerWHERE"subscription_provider_arn" = 'VALUE';Description
Get details for a Bring Your Own License (BYOL) subscription that's registered to your account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| subscription_provider_arn Required Input Column The Amazon Resource Name (ARN) for the BYOL registration resource specified in the request. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| last_successful_data_retrieval_time The timestamp from the last time License Manager retrieved subscription details from your registered third-party Linux subscription provider. | VARCHAR |
| secret_arn The Amazon Resource Name (ARN) of the third-party access secret stored in Secrets Manager for the BYOL registration resource specified in the request. | VARCHAR |
| subscription_provider_source The subscription provider for the BYOL registration resource specified in the request. | VARCHAR |
| subscription_provider_status The status of the Linux subscription provider access token from the last successful subscription data request. | VARCHAR |
| subscription_provider_status_message The detailed message from your subscription provider token status. | VARCHAR |