View source: R/eks_operations.R
eks_update_eks_anywhere_subscription | R Documentation |
Update an EKS Anywhere Subscription. Only auto renewal and tags can be updated after subscription creation.
See https://www.paws-r-sdk.com/docs/eks_update_eks_anywhere_subscription/ for full documentation.
eks_update_eks_anywhere_subscription(id, autoRenew, clientRequestToken = NULL)
id |
[required] The ID of the subscription. |
autoRenew |
[required] A boolean indicating whether or not to automatically renew the subscription. |
clientRequestToken |
Unique, case-sensitive identifier to ensure the idempotency of the request. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.