Skip to main content

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

NameDescription
AServiceNameSpecify the name of the AWS service to generate credentials for.
AUserNameSpecify the name the IAM user to be associated with the credentials.