Skip to content
Docs Try Aspire

ICloudFormationResource Properties

Interface Properties 4 members
CloudFormationClient Section titled CloudFormationClient abstractnullable IAmazonCloudFormation?
public abstract IAmazonCloudFormation? CloudFormationClient { get; set; }
Outputs Section titled Outputs abstractnullable List<Output>
public abstract List<Output>? Outputs { get; }
StackName Section titled StackName abstract string
public abstract string StackName { get; }
Tags Section titled Tags abstract IDictionary<string, string>
public abstract IDictionary<string, string> Tags { get; }