licensemanagerusersubscriptions_associate_user {paws.management} | R Documentation |
Associates the user to an EC2 instance to utilize user-based subscriptions
Description
Associates the user to an EC2 instance to utilize user-based subscriptions.
See https://www.paws-r-sdk.com/docs/licensemanagerusersubscriptions_associate_user/ for full documentation.
Usage
licensemanagerusersubscriptions_associate_user(
Domain = NULL,
IdentityProvider,
InstanceId,
Tags = NULL,
Username
)
Arguments
Domain |
The domain name of the Active Directory that contains information for the user to associate. |
IdentityProvider |
[required] The identity provider for the user. |
InstanceId |
[required] The ID of the EC2 instance that provides the user-based subscription. |
Tags |
The tags that apply for the user association. |
Username |
[required] The user name from the identity provider. |
[Package paws.management version 0.9.0 Index]