Register Subscription Provider
licensemanagerlinuxsubscriptions_register_subscription_provider | R Documentation |
Register the supported third-party subscription provider for your Bring Your Own License (BYOL) subscription¶
Description¶
Register the supported third-party subscription provider for your Bring Your Own License (BYOL) subscription.
Usage¶
licensemanagerlinuxsubscriptions_register_subscription_provider(
SecretArn, SubscriptionProviderSource, Tags)
Arguments¶
SecretArn
[required] The Amazon Resource Name (ARN) of the secret where you've stored your subscription provider's access token. For RHEL subscriptions managed through the Red Hat Subscription Manager (RHSM), the secret contains your Red Hat Offline token.
SubscriptionProviderSource
[required] The supported Linux subscription provider to register.
Tags
The metadata tags to assign to your registered Linux subscription provider resource.
Value¶
A list with the following syntax:
list(
SubscriptionProviderArn = "string",
SubscriptionProviderSource = "RedHat",
SubscriptionProviderStatus = "ACTIVE"|"INVALID"|"PENDING"
)