@resistdesign/voltra
    Preparing search index...

    Interface Artifacts

    Artifacts configuration for BuildSpec.

    interface Artifacts {
        "base-directory"?: string;
        "discard-paths"?: string;
        "enable-symlinks"?: string;
        "exclude-paths"?: string;
        files?: string[];
        name?: string;
        "s3-prefix"?: string;
        "secondary-artifacts"?: SecondaryArtifacts;
    }
    Index

    Properties

    "base-directory"?: string

    Base directory for artifact files.

    "discard-paths"?: string

    Whether to discard path prefixes.

    "enable-symlinks"?: string

    Whether to enable symlinks in artifacts.

    "exclude-paths"?: string

    Paths to exclude from artifacts.

    files?: string[]

    Artifact file list.

    name?: string

    Artifact name.

    "s3-prefix"?: string

    S3 prefix for artifact upload.

    "secondary-artifacts"?: SecondaryArtifacts

    Secondary artifacts configuration.