TIAMTagServerCertificateRequest
Class in AWS.IAM
TagServerCertificate request class.
Ancestors
Properties
ServerCertificateName
property ServerCertificateName: string
Constructors
Create
constructor Create(const AServerCertificateName: string; const ATags: TArray<TIAMTagKeyValue>);
Constructor for TIAMTagServerCertificateRequest.
Parameters
| Name | Description |
|---|---|
AServerCertificateName | Specify the name of the IAM server certificate to add tags to. |
ATags | Specify a list of tags (key/value pairs) to add to the IAM server certificate. |