iam_create_access_key: Creates a new Amazon Web Services secret access key and...

View source: R/iam_operations.R

iam_create_access_keyR 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: _+=,.@-


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.