StackOutputReference(String, ICloudFormationResource) Constructor
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 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)
Parameters
- name
- String
The name of the output reference.
- resource
- ICloudFormationResource
The ICloudFormationResource resource.