StackOutputReference(String, ICloudFormationResource) Constructor
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.
C#
public StackOutputReference(string name, Aspire.Hosting.AWS.CloudFormation.ICloudFormationResource resource);
new Aspire.Hosting.AWS.CloudFormation.StackOutputReference : string * Aspire.Hosting.AWS.CloudFormation.ICloudFormationResource -> Aspire.Hosting.AWS.CloudFormation.StackOutputReference
Public Sub New (name As String, resource As ICloudFormationResource)
- name
- String
The name of the output reference.
- resource
- ICloudFormationResource
The ICloudFormationResource resource.
Proizvod | Verzije |
---|---|
.NET Aspire | 8.0.0, 9.0.0 |