iam_create_access_key {paws.security.identity} | R Documentation |
Creates a new Amazon Web Services secret access key and corresponding Amazon Web Services access key ID for the specified user
Description
Creates a new Amazon Web Services secret access key and corresponding Amazon Web Services access key ID for the specified user. The default status for new keys is Active
.
See https://www.paws-r-sdk.com/docs/iam_create_access_key/ for full documentation.
Usage
iam_create_access_key(UserName = NULL)
Arguments
UserName |
The name of the IAM user that the new key will belong to. This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@- |
[Package paws.security.identity version 0.6.1 Index]