We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 007e0a7 commit 23a6c14Copy full SHA for 23a6c14
lib/spa-deploy/spa-deploy-construct.ts
@@ -41,6 +41,8 @@ export interface HostedZoneConfig {
41
readonly zoneName: string,
42
readonly subdomain?: string,
43
readonly role?: Role,
44
+ readonly sslMethod?: SSLMethod,
45
+ readonly securityPolicy?: SecurityPolicyProtocol,
46
}
47
48
export interface SPAGlobalConfig {
0 commit comments