Table of Contents

Class ExportValueOptions

Namespace
Amazon.CDK
Assembly
Amazon.CDK.dll

Options for the stack.exportValue() method.

public class ExportValueOptions : IExportValueOptions
Inheritance
ExportValueOptions
Implements
Inherited Members

Examples

// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK;
            var exportValueOptions = new ExportValueOptions {
                Name = "name"
            };

Remarks

ExampleMetadata: fixture=_generated

Constructors

ExportValueOptions()

public ExportValueOptions()

Properties

Name

The name of the export to create.

public string? Name { get; set; }

Property Value

string

Remarks

Default: - A name is automatically chosen