partialBuildSpec - Additional configuration that can only be configured via BuildSpec.
You should not use this to specify output artifacts; those
should be supplied via the other properties of this class, otherwise
CDK Pipelines won't be able to inspect the artifacts.
Set the commands to an empty array if you want to fully specify
the BuildSpec using this field.
The BuildSpec must be available inline--it cannot reference a file
on disk.
securityGroups - Which security group to associate with the script's project network interfaces.
If no security group is identified, one will be created automatically.
timeout - The number of minutes after which AWS CodeBuild stops the build if it's not complete.
For valid values, see the timeoutInMinutes field in the AWS
CodeBuild User Guide.
additionalInputs - Additional FileSets to put in other directories.
Specifies a mapping from directory name to FileSets. During the
script execution, the FileSets will be available in the directories
indicated.
The directory names may be relative. For example, you can put
the main input and an additional input side-by-side with the
following configuration:
envFromCfnOutputs - Set environment variables based on Stack Outputs.
ShellSteps following stack or stage deployments may
access the CfnOutputs of those stacks to get access to
--for example--automatically generated resource names or
endpoint URLs.
input - FileSet to run these scripts on.
The files in the FileSet will be placed in the working directory when
the script is executed. Use additionalInputs to download file sets
to other directories as well.
installCommands - Installation commands to run before the regular commands.
For deployment engines that support it, install commands will be classified
differently in the job history from the regular commands.
primaryOutputDirectory - The directory that will contain the primary output fileset.
After running the script, the contents of the given directory
will be treated as the primary output of this Step.