Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SinglePageAppHostingProps

Hierarchy

  • SinglePageAppHostingProps

Index

Properties

Optional certArn

certArn: undefined | string

The ARN of the certificate; Has to be in us-east-1

default
  • create a new certificate in us-east-1

domainName

domainName: string

Name of the domain to deploy

Optional indexFile

indexFile: undefined | string

Name of the index document

default

index.html

Optional webFolder

webFolder: undefined | string

local folder with contents for the website bucket

default
  • no file deployment

Optional zoneId

zoneId: undefined | string

ID of the HostedZone of the domain

default
  • lookup zone from context using the zone name

Optional zoneName

zoneName: undefined | string

Name of the HostedZone of the domain

default
  • same a the domain name

Generated using TypeDoc