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
| Name | Description |
|---|---|
AServerCertificateName | Specify a name for the server certificate. |
ACertificateBody | Specify the contents of the public key certificate in PEM-encoded format. |
APrivateKey | Specify the contents of the private key in PEM-encoded format. |