Learn R Programming

paws.security.identity (version 0.1.0)

acm_renew_certificate: Renews an eligable ACM certificate

Description

Renews an eligable ACM certificate. At this time, only exported private certificates can be renewed with this operation. In order to renew your ACM PCA certificates with ACM, you must first grant the ACM service principal permission to do so. For more information, see Testing Managed Renewal in the ACM User Guide.

Usage

acm_renew_certificate(CertificateArn)

Arguments

CertificateArn

[required] String that contains the ARN of the ACM certificate to be renewed. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

Request syntax

svc$renew_certificate(
  CertificateArn = "string"
)