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 22a74fe commit e59d32cCopy full SHA for e59d32c
cloudFrontS3.ts
@@ -9,10 +9,12 @@ import { aws_cloudfront } from 'aws-cdk-lib';
9
class CloudFrontS3Stack extends pulumicdk.Stack {
10
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.
+ * The domain name for the CloudFront distribution
14
*/
15
cloudFrontDomain: pulumi.Output<string>;
+ /**
16
+ * The name of the S3 bucket that is set up to hold the website content.
17
+ */
18
websiteBucketName: pulumi.Output<string>;
19
20
constructor(app: pulumicdk.App, id: string, options?: pulumicdk.StackOptions) {
0 commit comments