Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SvelteDistributionProps

Index

Properties

artifactPath?: string

Location of sveltekit artifacts

default

'sveltekit'

bucketProps?: BucketProps

Bucket props for the svelteStaticBucket s3 bucket.

link

https://docs.aws.amazon.com/cdk/api/v1/docs/@aws-cdk_aws-s3.BucketProps.html

cachePolicy?: ICachePolicy

Cache policy determies caching for dynamic content.

Note: static content is cached using default setting (CACHING_OPTIMIZED).

default

CACHING_DISABLED

link

https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-origin-requests.html

certificateArn?: string

Certificate to use with the CloudFront Distribution

default

undefined

domainNames?: string[]

Domain names to associate with the CloudFront Distribution

default

undefined

originRequestPolicy?: IOriginRequestPolicy

Origin request policy determines which parts of requests CloudFront passes to your backend

default

AllViewer managed policy

link

https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-origin-requests.html

priceClass?: PriceClass
rendererProps?: RendererProps

Props for Lambda@Edge renderer

Generated using TypeDoc