awsdocs / aws-cloudformation-user-guide

The open source version of the AWS CloudFormation User Guide
Other
766 stars 1.3k forks source link

Update aws-resource-certificatemanager-certificate.md to add the missing KeyAlgorithm Property #1311

Closed ozacharias closed 1 year ago

ozacharias commented 1 year ago

Add the undocumented KeyAlgorithm Property

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

HLeeHart commented 1 year ago

This PR is for this page for the AWS::CertificateManager::Certificate resource, adding a KeyAlgorithm property

Our CloudFormation resource and property reference is in sync with the AWS CloudFormation resource specification.

The Resource Spec does not have a KeyAlgorithm property for the AWS::CertificateManager::Certificate resource. If you view source on that page and search for "AWS::CertificateManager::Certificate" (including quotes) you sill see the 7 properties that are supported.

ozacharias commented 1 year ago

Lee,I can verify that this is in-fact fully supported (in us-east-1 at least). I’m also unclear how The link you sent is not a circular reference: GitHub backs your resource and property reference, correct?This PR is my attempt to help AWS fix a gap in documentation.Thanks,OwenOn Mar 6, 2023, at 2:02 PM, Lee Hart @.***> wrote: This PR is for this page for the AWS::CertificateManager::Certificate resource, adding a KeyAlgorithm property Our CloudFormation resource and property reference is in sync with the AWS CloudFormation resource specification. The Resource Spec does not have a KeyAlgorithm property for the AWS::CertificateManager::Certificate resource. If you view source on that page and search for "AWS::CertificateManager::Certificate" (including quotes) you sill see the 7 properties that are supported.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>