# StackOutputReference Properties

- Package: [Aspire.Hosting.AWS](/reference/api/csharp/aspire.hosting.aws.md)
- Type: [StackOutputReference](/reference/api/csharp/aspire.hosting.aws/stackoutputreference.md)
- Kind: `Properties`
- Members: `4`

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.

## Name

- Name: `Name`
- Modifiers: `get`
- Returns: `string`

```csharp
public string Name { get; }
```

## Resource

- Name: `Resource`
- Modifiers: `get`
- Returns: [ICloudFormationResource](/reference/api/csharp/aspire.hosting.aws/icloudformationresource.md)

```csharp
public ICloudFormationResource Resource { get; }
```

## Value

- Name: `Value`
- Modifiers: `nullable` `get`
- Returns: `string?`

```csharp
public string? Value { get; }
```

## ValueExpression

- Name: `ValueExpression`
- Modifiers: `get`
- Returns: `string`

Gets the expression that represents a value in manifest.

```csharp
public string ValueExpression { get; }
```
