ExportValueOptions¶
-
class
aws_cdk.core.
ExportValueOptions
(*, name=None)¶ Bases:
object
Options for the
stack.exportValue()
method.- Parameters
name (
Optional
[str
]) – The name of the export to create. Default: - A name is automatically chosen
Attributes
-
name
¶ The name of the export to create.
- Default
A name is automatically chosen
- Return type
Optional
[str
]