StackOutputReference Class  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A reference to an output parameter of a CloudFormation stack.
public class StackOutputReference : Aspire.Hosting.ApplicationModel.IManifestExpressionProvider, Aspire.Hosting.ApplicationModel.IValueProvider, Aspire.Hosting.ApplicationModel.IValueWithReferencestype StackOutputReference = class
    interface IManifestExpressionProvider
    interface IValueProvider
    interface IValueWithReferencesPublic Class StackOutputReference
Implements IManifestExpressionProvider, IValueProvider, IValueWithReferences- Inheritance
- 
				StackOutputReference
- Implements
Constructors
| StackOutputReference(String, ICloudFormationResource) | A reference to an output parameter of a CloudFormation stack. | 
Properties
| Name | Name of the output. | 
| Resource | The instance of the CloudFormation resource. | 
| Value | The value of the output. | 
| ValueExpression | The expression used in the manifest to reference the value of the output. | 
Methods
| GetValueAsync(CancellationToken) | The value of the output. | 
Explicit Interface Implementations
| IValueWithReferences.References |