Skip to main content

TIAMUploadServerCertificateRequest

Class in AWS.IAM

UploadServerCertificate request class.

Ancestors

Properties

CertificateBody

property CertificateBody: string

CertificateChain

property CertificateChain: string

Path

property Path: string

PrivateKey

property PrivateKey: string

ServerCertificateName

property ServerCertificateName: string

Tags

property Tags: TList<IIAMTag>

Type: IIAMTag

Constructors

Create

constructor Create(const AServerCertificateName, ACertificateBody, APrivateKey: string);

Constructor for TIAMUploadServerCertificateRequest.

Parameters

NameDescription
AServerCertificateNameSpecify a name for the server certificate.
ACertificateBodySpecify the contents of the public key certificate in PEM-encoded format.
APrivateKeySpecify the contents of the private key in PEM-encoded format.