@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-20T22:19:53.062Z")
public interface ExportValueOptions
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 java.lang.String |
getName()
The name of the export to create.
|
default java.lang.String getName()
Default: - A name is automatically chosen
static ExportValueOptions.Builder builder()
ExportValueOptions.Builder
of ExportValueOptions