Show / Hide Table of Contents

Class TreeArtifactProperties

Artifact properties for the Construct Tree Artifact.

Inheritance
System.Object
TreeArtifactProperties
Implements
ITreeArtifactProperties
Namespace: Amazon.CDK.CloudAssembly.Schema
Assembly: Amazon.CDK.CloudAssembly.Schema.dll
Syntax (csharp)
public class TreeArtifactProperties : Object, ITreeArtifactProperties
Syntax (vb)
Public Class TreeArtifactProperties
    Inherits Object
    Implements ITreeArtifactProperties
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CloudAssembly.Schema;

var treeArtifactProperties = new TreeArtifactProperties {
    File = "file"
};

Synopsis

Constructors

TreeArtifactProperties()

Properties

File

Filename of the tree artifact.

Constructors

TreeArtifactProperties()

public TreeArtifactProperties()

Properties

File

Filename of the tree artifact.

public string File { get; set; }
Property Value

System.String

Implements

ITreeArtifactProperties
Back to top Generated by DocFX