AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.

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

You can create service-specific credentials for CodeCommit and Amazon Keyspaces (for Apache Cassandra).

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 CodeCommit: Git credentials, SSH keys, and Amazon Web Services access keys in the IAM User Guide.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to CreateServiceSpecificCredentialAsync.

Namespace: Amazon.IdentityManagement
Assembly: AWSSDK.IdentityManagement.dll
Version: 3.x.y.z

Syntax

C#
public abstract CreateServiceSpecificCredentialResponse CreateServiceSpecificCredential(
         CreateServiceSpecificCredentialRequest request
)

Parameters

request
Type: Amazon.IdentityManagement.Model.CreateServiceSpecificCredentialRequest

Container for the necessary parameters to execute the CreateServiceSpecificCredential service method.

Return Value


The response from the CreateServiceSpecificCredential service method, as returned by IdentityManagementService.

Exceptions

ExceptionCondition
LimitExceededException The request was rejected because it attempted to create resources beyond the current Amazon Web Services account limits. The error message describes the limit exceeded.
NoSuchEntityException The request was rejected because it referenced a resource entity that does not exist. The error message describes the resource.
ServiceNotSupportedException The specified service does not support service-specific credentials.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

See Also