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 e59d32c commit 8f4b6d8Copy full SHA for 8f4b6d8
cloudFrontS3.ts
@@ -10,11 +10,11 @@ class CloudFrontS3Stack extends pulumicdk.Stack {
10
11
/**
12
* The domain name for the CloudFront distribution
13
- */
+ **/
14
cloudFrontDomain: pulumi.Output<string>;
15
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