interface ArtifactsProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CodeBuild.ArtifactsProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscodebuild#ArtifactsProps |
![]() | software.amazon.awscdk.services.codebuild.ArtifactsProps |
![]() | aws_cdk.aws_codebuild.ArtifactsProps |
![]() | 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
Name | Type | Description |
---|---|---|
identifier? | string | The artifact identifier. |
identifier?
Type:
string
(optional)
The artifact identifier.
This property is required on secondary artifacts.