IIAMUploadServerCertificateRequest
Interface in AWS.IAM
Interface for UploadServerCertificate requests.
Ancestors
Properties
CertificateBody
property CertificateBody: string
Specify the contents of the public key certificate in PEM-encoded format.
CertificateChain
property CertificateChain: string
Optionally, specify the contents of the certificate chain.
This is tiypically a concatenation of the PEM-encoded public key certificates of the chain.
Path
property Path: string
Optionally, specify a path for the server certificate.
If not included, this defaults to /.
PrivateKey
property PrivateKey: string
Specify the contents of the private key in PEM-encoded format.
ServerCertificateName
property ServerCertificateName: string
Specify a name for the server certificate.
Tags
property Tags: TList<IIAMTag>
Type: IIAMTag
Optionally, specify a list of tags to associate with the IAM server certificate resource.
Methods
AddTag
function AddTag(const AKey, AValue: string): NativeInt;
Add a key/value pair to Tags.
Parameters
| Name | Description |
|---|---|
AKey | Specify the key for the tag to add to Tags. |
AValue | Specify the value for the tag to add to Tags. |
Returns
Returns the index of the tag added to Tags.