aws-cdk-lib.aws_codebuild.ArtifactsConfig

interface ArtifactsConfig

LanguageType name
.NETAmazon.CDK.AWS.CodeBuild.ArtifactsConfig
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscodebuild#ArtifactsConfig
Javasoftware.amazon.awscdk.services.codebuild.ArtifactsConfig
Pythonaws_cdk.aws_codebuild.ArtifactsConfig
TypeScript (source)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

NameTypeDescription
artifactsPropertyArtifactsPropertyThe low-level CloudFormation artifacts property.

artifactsProperty

Type: ArtifactsProperty

The low-level CloudFormation artifacts property.