Skip to content
DocsTry Aspire
DocsTry

ICloudFormationResource Properties

InterfaceProperties4 members
CloudFormationClientSection titled CloudFormationClientabstractnullableIAmazonCloudFormation?
public abstract IAmazonCloudFormation? CloudFormationClient { get; set; }
OutputsSection titled OutputsabstractnullableList<Output>
public abstract List<Output>? Outputs { get; }
StackNameSection titled StackNameabstractstring
public abstract string StackName { get; }
TagsSection titled TagsabstractIDictionary<string, string>
public abstract IDictionary<string, string> Tags { get; }