Skip to content

Commit 22a74fe

Browse files
Add JSdoc for API docs gen
1 parent 892942f commit 22a74fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cloudFrontS3.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ import { aws_cloudfront } from 'aws-cdk-lib';
88
// Define class that acts as a set of CDK and other Pulumi resources
99
class CloudFrontS3Stack extends pulumicdk.Stack {
1010

11+
/**
12+
* @returns {cloudFrontDomain} The domain name for the CloudFront distribution
13+
* @returns {websiteBucketName} The name of the S3 bucket that is set up to hold the website content.
14+
*/
1115
cloudFrontDomain: pulumi.Output<string>;
1216
websiteBucketName: pulumi.Output<string>;
1317

0 commit comments

Comments
 (0)