Skip to main content

TIAMUntagServerCertificateRequest

Class in AWS.IAM

UntagServerCertificate request class.

Ancestors

Properties

ServerCertificateName

property ServerCertificateName: string

Constructors

Create

constructor Create(const AServerCertificateName: string; const ATagKeys: TArray<string>);

Constructor for TIAMUntagServerCertificateRequest.

Parameters

NameDescription
AServerCertificateNameSpecify the name of the IAM server certificate to remove tags from.
ATagKeysSpecify a list of tag keys to remove matching tags from the IAM server certificate.