We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f29d53d commit c23aaefCopy full SHA for c23aaef
2 files changed
cdk/bin/cdk.ts
@@ -12,7 +12,7 @@ interface EnvironmentProps {
12
/**
13
* Custom domain name for the webapp and Cognito.
14
* You need to have a public Route53 hosted zone for the domain name in your AWS account.
15
- *
+ *
16
* @default No custom domain name.
17
*/
18
domainName?: string;
cdk/lib/main-stack.ts
@@ -13,7 +13,7 @@ import { EventBus } from './constructs/event-bus/';
interface MainStackProps extends StackProps {
readonly signPayloadHandler: EdgeFunction;
-
+
readonly domainName?: string;
readonly sharedCertificate?: ICertificate;
19
0 commit comments