paws.security.identity (version 0.1.0)

iam_create_service_specific_credential: 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.

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 AWS 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.

Request syntax

svc$create_service_specific_credential(
  UserName = "string",
  ServiceName = "string"
)

Details

You can have a maximum of two sets of service-specific credentials for each supported service per user.

The only supported service at this time is AWS CodeCommit.

You can reset the password to a new service-generated value by calling ResetServiceSpecificCredential.

For more information about service-specific credentials, see Using IAM with AWS CodeCommit: Git Credentials, SSH Keys, and AWS Access Keys in the IAM User Guide.