interface ArtifactsConfig
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.CodeBuild.ArtifactsConfig |
Java | software.amazon.awscdk.services.codebuild.ArtifactsConfig |
Python | aws_cdk.aws_codebuild.ArtifactsConfig |
TypeScript (source) | @aws-cdk/aws-codebuild » ArtifactsConfig |
Obtainable from
Artifacts
.bind()
The type returned from {@link IArtifacts#bind}.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as codebuild from '@aws-cdk/aws-codebuild';
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.