@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:35.893Z") @Stability(value=Stable) 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.*;
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()
The name of the export to create.
|
@Stability(value=Stable) @Nullable default String getName()
Default: - A name is automatically chosen
@Stability(value=Stable) static ExportValueOptions.Builder builder()
ExportValueOptions.Builder of ExportValueOptionsCopyright © 2022. All rights reserved.