CloudFormationExtensions.GetOutput Method
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.
Gets a reference to a output from the CloudFormation stack.
public static Aspire.Hosting.AWS.CloudFormation.StackOutputReference GetOutput (this Aspire.Hosting.ApplicationModel.IResourceBuilder<Aspire.Hosting.AWS.CloudFormation.ICloudFormationResource> builder, string name);
static member GetOutput : Aspire.Hosting.ApplicationModel.IResourceBuilder<Aspire.Hosting.AWS.CloudFormation.ICloudFormationResource> * string -> Aspire.Hosting.AWS.CloudFormation.StackOutputReference
<Extension()>
Public Function GetOutput (builder As IResourceBuilder(Of ICloudFormationResource), name As String) As StackOutputReference
Parameters
- builder
- IResourceBuilder<ICloudFormationResource>
The resource builder.
- name
- String
Name of the output.
Returns
A StackOutputReference that represents the output.