@finnairoyj/cdk-constructs-lib
    Preparing search index...

    Interface CloudfrontOriginBucketProps

    interface CloudfrontOriginBucketProps {
        basePath?: string;
        kmsKey?: IKey;
        name: string;
    }
    Index

    Properties

    basePath?: string

    An optional path that CloudFront appends to the origin domain name when CloudFront requests content from the origin. Must begin, but not end, with '/' (e.g., '/production/images').

    '/'
    
    kmsKey?: IKey

    KMS key for bucket encryption. If not provided, the bucket will be encrypted with S3-managed key

    No KMS key, S3-managed encryption key is used
    
    name: string

    Bucket name. The bucket name needs to be globally unique, URL safe and should follow the kebab-case naming convention