interface ArtifactsConfig
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CodeBuild.ArtifactsConfig |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscodebuild#ArtifactsConfig |
![]() | software.amazon.awscdk.services.codebuild.ArtifactsConfig |
![]() | aws_cdk.aws_codebuild.ArtifactsConfig |
![]() | aws-cdk-lib » aws_codebuild » ArtifactsConfig |
Obtainable from
Artifacts
.bind()
The type returned from IArtifacts#bind
.
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 artifactsConfig: codebuild.ArtifactsConfig = {
artifactsProperty: {
type: 'type',
// the properties below are optional
artifactIdentifier: 'artifactIdentifier',
encryptionDisabled: false,
location: 'location',
name: 'name',
namespaceType: 'namespaceType',
overrideArtifactName: false,
packaging: 'packaging',
path: 'path',
},
};
Properties
Name | Type | Description |
---|---|---|
artifacts | Artifacts | The low-level CloudFormation artifacts property. |
artifactsProperty
Type:
Artifacts
The low-level CloudFormation artifacts property.