View source: R/iam_operations.R
iam_upload_signing_certificate | R Documentation |
Uploads an X.509 signing certificate and associates it with the specified IAM user. Some Amazon Web Services services require you to use certificates to validate requests that are signed with a corresponding private key. When you upload the certificate, its default status is Active
.
See https://www.paws-r-sdk.com/docs/iam_upload_signing_certificate/ for full documentation.
iam_upload_signing_certificate(UserName = NULL, CertificateBody)
UserName |
The name of the user the signing certificate is for. This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@- |
CertificateBody |
[required] The contents of the signing certificate. The regex pattern used to validate this parameter is a string of characters consisting of the following:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.