Skip to content

Commit 23a6c14

Browse files
committed
allow for sslMethod and securityPolicy for HostedZoneConfig
1 parent 007e0a7 commit 23a6c14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/spa-deploy/spa-deploy-construct.ts

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ export interface HostedZoneConfig {
4141
readonly zoneName: string,
4242
readonly subdomain?: string,
4343
readonly role?: Role,
44+
readonly sslMethod?: SSLMethod,
45+
readonly securityPolicy?: SecurityPolicyProtocol,
4446
}
4547

4648
export interface SPAGlobalConfig {

0 commit comments

Comments
 (0)