interface ExportValueOptions
Language | Type name |
---|---|
![]() | Amazon.CDK.ExportValueOptions |
![]() | software.amazon.awscdk.core.ExportValueOptions |
![]() | aws_cdk.core.ExportValueOptions |
![]() | @aws-cdk/core » ExportValueOptions |
Options for the stack.exportValue()
method.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as cdk from '@aws-cdk/core';
const exportValueOptions: cdk.ExportValueOptions = {
name: 'name',
};
Properties
Name | Type | Description |
---|---|---|
name? | string | The name of the export to create. |
name?
Type:
string
(optional, default: A name is automatically chosen)
The name of the export to create.