name property
The name of exported output value. Use this name and the
Fn::ImportValue
function to import the associated value into
other stacks. The name is defined in the Export
field in the
associated stack's Outputs
section.
Implementation
final String? name;