Skip to content

Commit e59d32c

Browse files
API Docs work
1 parent 22a74fe commit e59d32c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

cloudFrontS3.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ import { aws_cloudfront } from 'aws-cdk-lib';
99
class CloudFrontS3Stack extends pulumicdk.Stack {
1010

1111
/**
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.
12+
* The domain name for the CloudFront distribution
1413
*/
1514
cloudFrontDomain: pulumi.Output<string>;
15+
/**
16+
* The name of the S3 bucket that is set up to hold the website content.
17+
*/
1618
websiteBucketName: pulumi.Output<string>;
1719

1820
constructor(app: pulumicdk.App, id: string, options?: pulumicdk.StackOptions) {

0 commit comments

Comments
 (0)