Table of Contents

Interface IExportValueOptions

Namespace
Amazon.CDK
Assembly
Amazon.CDK.dll

Options for the stack.exportValue() method.

public interface IExportValueOptions

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

Properties

Name

The name of the export to create.

string? Name { get; }

Property Value

string

Remarks

Default: - A name is automatically chosen