TIAMCreateServiceSpecificCredentialRequest
Class in AWS.IAM
CreateServiceSpecificCredential request class.
Ancestors
Properties
ServiceName
property ServiceName: string
UserName
property UserName: string
Constructors
Create
constructor Create(const AServiceName, AUserName: string);
Constructor for TIAMCreateServiceSpecificCredentialRequest.
Parameters
| Name | Description |
|---|---|
AServiceName | Specify the name of the AWS service to generate credentials for. |
AUserName | Specify the name the IAM user to be associated with the credentials. |