acm_import_certificate: Imports a certificate into Certificate Manager (ACM) to use...

View source: R/acm_operations.R

acm_import_certificateR Documentation

Imports a certificate into Certificate Manager (ACM) to use with services that are integrated with ACM

Description

Imports a certificate into Certificate Manager (ACM) to use with services that are integrated with ACM. Note that integrated services allow only certificate types and keys they support to be associated with their resources. Further, their support differs depending on whether the certificate is imported into IAM or into ACM. For more information, see the documentation for each service. For more information about importing certificates into ACM, see Importing Certificates in the Certificate Manager User Guide.

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

Usage

acm_import_certificate(
  CertificateArn = NULL,
  Certificate,
  PrivateKey,
  CertificateChain = NULL,
  Tags = NULL
)

Arguments

CertificateArn

The Amazon Resource Name (ARN) of an imported certificate to replace. To import a new certificate, omit this field.

Certificate

[required] The certificate to import.

PrivateKey

[required] The private key that matches the public key in the certificate.

CertificateChain

The PEM encoded certificate chain.

Tags

One or more resource tags to associate with the imported certificate.

Note: You cannot apply tags when reimporting a certificate.


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