@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:01.101Z") @Stability(value=Experimental) public interface ExportValueOptions extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.core.*;
ExportValueOptions exportValueOptions = ExportValueOptions.builder()
.name("name")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
ExportValueOptions.Builder
A builder for
ExportValueOptions |
static class |
ExportValueOptions.Jsii$Proxy
An implementation for
ExportValueOptions |
| Modifier and Type | Method and Description |
|---|---|
static ExportValueOptions.Builder |
builder() |
default String |
getName()
(experimental) The name of the export to create.
|
@Stability(value=Experimental) @Nullable default String getName()
Default: - A name is automatically chosen
@Stability(value=Experimental) static ExportValueOptions.Builder builder()
ExportValueOptions.Builder of ExportValueOptionsCopyright © 2022. All rights reserved.