acm_renew_certificate: Renews an eligible ACM certificate

View source: R/acm_operations.R

acm_renew_certificateR Documentation

Renews an eligible ACM certificate

Description

Renews an eligible ACM certificate. At this time, only exported private certificates can be renewed with this operation. In order to renew your Amazon Web Services Private CA 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.

See https://www.paws-r-sdk.com/docs/acm_renew_certificate/ for full documentation.

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).


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