iam_create_service_specific_credential: Generates a set of credentials consisting of a user name and...

View source: R/iam_operations.R

iam_create_service_specific_credentialR Documentation

Generates a set of credentials consisting of a user name and password that can be used to access the service specified in the request

Description

Generates a set of credentials consisting of a user name and password that can be used to access the service specified in the request. These credentials are generated by IAM, and can be used only for the specified service.

See https://www.paws-r-sdk.com/docs/iam_create_service_specific_credential/ for full documentation.

Usage

iam_create_service_specific_credential(UserName, ServiceName)

Arguments

UserName

[required] The name of the IAM user that is to be associated with the credentials. The new service-specific credentials have the same permissions as the associated user except that they can be used only to access the specified service.

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

ServiceName

[required] The name of the Amazon Web Services service that is to be associated with the credentials. The service you specify here is the only service that can be accessed using these credentials.


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