StackOutputReference(String, ICloudFormationResource) Constructor

Definition

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.

Applies to