Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SPAGlobalConfig

Index

Properties

appName: string

Used when naming resources such as buckets, distrubutions & policies.

bucketName?: string

A manual override for the name of the created bucket.

default

navigraph-- (generated)

encryptBucket?: boolean

Whether to encrypt the bucket containing the uploaded resources.

default

false

environment: "development" | "staging" | "production"
ipFilter?: boolean

Whether to allow only a selection of IPs to access the site. When enabled, the ipList property must be set.

default

false

ipList?: string[]

A list of IPs allowed to access the site. ipFilter must be true for this to work.

tags?: Record<string, string>

Custom tags to apply to created resources. Some tags are included by default:

  • application: {@link SPADeploy.appName}
  • environment: {@link SPADeploy.environment}

Generated using TypeDoc