AWS::ACMPCA::CertificateThe AWS::ACMPCA::Certificate resource is used to issue a certificate using your private certificate authority. For more information, see the [IssueCertificate](https://docs.aws.amazon.com/privateca/latest/APIReference/API_IssueCertificate.html) action.
7 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
CertificateAuthorityArn | string | RequiredCreate-only |
CertificateSigningRequest | string | RequiredCreate-onlyWrite-only |
SigningAlgorithm | string | RequiredCreate-onlyWrite-only |
Validity | Validity | RequiredCreate-onlyWrite-only |
ApiPassthrough | ApiPassthrough | Create-onlyWrite-only |
TemplateArn | string | Create-onlyWrite-only |
ValidityNotBefore | Validity | Create-onlyWrite-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
Certificate | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ACMPCA::Certificate
Resources:
MyResource:
Type: AWS::ACMPCA::Certificate
Properties:
CertificateAuthorityArn: "arn:aws:service:region:account:resource"
CertificateSigningRequest: "value"
SigningAlgorithm: "value"
Validity: "my-validity"Permissions CloudFormation needs in your IAM role to manage this resource.
acm-pca:IssueCertificateacm-pca:GetCertificateacm-pca:GetCertificateacm-pca:GetCertificateOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ApiPassthroughCertificateAuthorityArnCertificateSigningRequestSigningAlgorithmTemplateArnValidityValidityNotBefore