Class ArtifactMap

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();

Methods

ToCodePipeline(FileSet)

Return the matching CodePipeline artifact for a FileSet.

public virtual Artifact_ ToCodePipeline(FileSet x)
Parameters
x FileSet
Returns

Artifact_