We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb2b334 commit 2bfc1c2Copy full SHA for 2bfc1c2
packages/@aws-cdk/aws-certificatemanager/README.md
@@ -65,7 +65,7 @@ Import a certificate manually, if you know the ARN:
65
66
```ts
67
const certificate = Certificate.import(this, 'Certificate', {
68
- certificteArn: "arn:aws:..."
+ certificateArn: "arn:aws:..."
69
});
70
```
71
0 commit comments