Translate FileSets to CodePipeline Artifacts.
Namespace: Amazon.CDK.Pipelines
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ArtifactMap : DeputyBase
Syntax (vb)
Public Class ArtifactMap Inherits DeputyBase
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Pipelines;
var artifactMap = new ArtifactMap();
Synopsis
Constructors
Methods
Constructors
ArtifactMap()
Translate FileSets to CodePipeline Artifacts.
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Pipelines;
var artifactMap = new ArtifactMap();