iam_upload_signing_certificate: Uploads an X

View source: R/iam_operations.R

iam_upload_signing_certificateR Documentation

Uploads an X

Description

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.

Usage

iam_upload_signing_certificate(UserName = NULL, CertificateBody)

Arguments

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:

  • Any printable ASCII character ranging from the space character (U+0020) through the end of the ASCII character range

  • The printable characters in the Basic Latin and Latin-1 Supplement character set (through ⁠U+00FF⁠)

  • The special characters tab (U+0009), line feed (⁠U+000A⁠), and carriage return (⁠U+000D⁠)


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.