Overrides for the project's secondary artifacts specified as a JSON array. For example:

[
    {
        "type": "S3",
        "location": "s3-bucket",
        "artifactIdentifier": "artifact1",
        "path": "example-path"
        "namespaceType": "NONE",
        "name": "artifact-name",
        "packaging": "NONE",
        "overrideArtifactName": "true",
        "encryptionDisabled": "true"
    },
    {
        "type": "S3",
        "location": "s3-bucket",
        "artifactIdentifier": "artifact2"
    }
]