aws-cdk-lib.aws_codebuild.ArtifactsProps

interface ArtifactsProps

LanguageType name
.NETAmazon.CDK.AWS.CodeBuild.ArtifactsProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscodebuild#ArtifactsProps
Javasoftware.amazon.awscdk.services.codebuild.ArtifactsProps
Pythonaws_cdk.aws_codebuild.ArtifactsProps
TypeScript (source)aws-cdk-lib » aws_codebuild » ArtifactsProps

Properties common to all Artifacts classes.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_codebuild as codebuild } from 'aws-cdk-lib';
const artifactsProps: codebuild.ArtifactsProps = {
  identifier: 'identifier',
};

Properties

NameTypeDescription
identifier?stringThe artifact identifier.

identifier?

Type: string (optional)

The artifact identifier.

This property is required on secondary artifacts.