CloudFormationExtensions
Class static net10.0
Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.
namespace Aspire.Hosting;
public static class CloudFormationExtensions{ // ...} 9 members
Methods9
Section titled MethodsAddAWSCloudFormationStack(IDistributedApplicationBuilder, string, string?)extensionIResourceBuilder<ICloudFormationStackResource>AddAWSCloudFormationTemplate(IDistributedApplicationBuilder, string, string, string?)extensionIResourceBuilder<ICloudFormationTemplateResource>GetOutput(IResourceBuilder<ICloudFormationResource>, string)extensionWithEnvironment(IResourceBuilder<T>, string, StackOutputReference)extensionIResourceBuilder<T>WithParameter(IResourceBuilder<ICloudFormationTemplateResource>, string, string)extensionIResourceBuilder<ICloudFormationTemplateResource>WithReference(IResourceBuilder<TDestination>, IAWSSDKConfig)extensionIResourceBuilder<TDestination>WithReference(IResourceBuilder<TDestination>, IAmazonCloudFormation)extensionIResourceBuilder<TDestination>WithReference(IResourceBuilder<TDestination>, IResourceBuilder<ICloudFormationResource>, string)extensionIResourceBuilder<TDestination>WithTag(IResourceBuilder<ICloudFormationResource>, string, string)extensionIResourceBuilder<ICloudFormationResource>