Skip to content

Commit

Permalink
Update packages/aws-cdk-lib/aws-certificatemanager/lib/certificate.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhcsun authored Mar 1, 2025
1 parent e810663 commit b5c7552
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/aws-cdk-lib/aws-certificatemanager/lib/certificate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,22 +136,22 @@ export class KeyAlgorithm {
* EC_secp384r1 algorithm
*/
public static readonly EC_SECP384R1 = new KeyAlgorithm('EC_secp384r1');
/**

/**
* EC_secp521r1 algorithm
*/
public static readonly EC_SECP521R1 = new KeyAlgorithm('EC_secp521r1');

/**
* RSA_4096 algorithm
*/
public static readonly RSA_4096 = new KeyAlgorithm('RSA_4096');

/**
* RSA_3072 algorithm
*/
public static readonly RSA_3072 = new KeyAlgorithm('RSA_3072');

/**
* RSA_1024 algorithm
*/
Expand Down

0 comments on commit b5c7552

Please sign in to comment.