Create Service Specific Credential
GET {{aws_identtity_and_access_management_base_url}}/?ServiceName&UserName&Version=2010-05-08
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ServiceName | null | 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. | |
UserName | null | 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. | |
Version | string | The version of the API. |