> ## Documentation Index
> Fetch the complete documentation index at: https://cdktn.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Java: StringMap

> CDKTN Core API Reference for StringMap in Java.

* *Implements:* <a href="#cdktn.ITerraformAddressable">ITerraformAddressable</a>, <a href="#cdktn.IResolvable">IResolvable</a>

## Initializers <a name="Initializers" id="cdktn.StringMap.Initializer" />

```java theme={null}
import io.cdktn.cdktn.StringMap;

new StringMap(IInterpolatingParent terraformResource, java.lang.String terraformAttribute);
```

| **Name**                                                                                                | **Type**                                                                    | **Description**   |
| ------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------- | ----------------- |
| <code><a href="#cdktn.StringMap.Initializer.parameter.terraformResource">terraformResource</a></code>   | <code><a href="#cdktn.IInterpolatingParent">IInterpolatingParent</a></code> | *No description.* |
| <code><a href="#cdktn.StringMap.Initializer.parameter.terraformAttribute">terraformAttribute</a></code> | <code>java.lang.String</code>                                               | *No description.* |

***

### `terraformResource`<sup>Required</sup> <a name="terraformResource" id="cdktn.StringMap.Initializer.parameter.terraformResource" />

* *Type:* <a href="#cdktn.IInterpolatingParent">IInterpolatingParent</a>

***

### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="cdktn.StringMap.Initializer.parameter.terraformAttribute" />

* *Type:* java.lang.String

***

## Methods <a name="Methods" id="Methods" />

| **Name**                                                          | **Description**                                           |
| ----------------------------------------------------------------- | --------------------------------------------------------- |
| <code><a href="#cdktn.StringMap.computeFqn">computeFqn</a></code> | *No description.*                                         |
| <code><a href="#cdktn.StringMap.lookup">lookup</a></code>         | *No description.*                                         |
| <code><a href="#cdktn.StringMap.resolve">resolve</a></code>       | Produce the Token's value at resolution time.             |
| <code><a href="#cdktn.StringMap.toString">toString</a></code>     | Return a string representation of this resolvable object. |

***

### `computeFqn` <a name="computeFqn" id="cdktn.StringMap.computeFqn" />

```java theme={null}
public java.lang.String computeFqn()
```

### `lookup` <a name="lookup" id="cdktn.StringMap.lookup" />

```java theme={null}
public java.lang.String lookup(java.lang.String key)
```

#### `key`<sup>Required</sup> <a name="key" id="cdktn.StringMap.lookup.parameter.key" />

* *Type:* java.lang.String

***

### `resolve` <a name="resolve" id="cdktn.StringMap.resolve" />

```java theme={null}
public java.lang.Object resolve(IResolveContext _context)
```

Produce the Token's value at resolution time.

#### `_context`<sup>Required</sup> <a name="_context" id="cdktn.StringMap.resolve.parameter._context" />

* *Type:* <a href="#cdktn.IResolveContext">IResolveContext</a>

***

### `toString` <a name="toString" id="cdktn.StringMap.toString" />

```java theme={null}
public java.lang.String toString()
```

Return a string representation of this resolvable object.

Returns a reversible string representation.

## Properties <a name="Properties" id="Properties" />

| **Name**                                                                         | **Type**                                         | **Description**                                                                                  |
| -------------------------------------------------------------------------------- | ------------------------------------------------ | ------------------------------------------------------------------------------------------------ |
| <code><a href="#cdktn.StringMap.property.creationStack">creationStack</a></code> | <code>java.util.List\< java.lang.String ></code> | The creation stack of this resolvable which will be appended to errors thrown during resolution. |
| <code><a href="#cdktn.StringMap.property.fqn">fqn</a></code>                     | <code>java.lang.String</code>                    | *No description.*                                                                                |

***

### `creationStack`<sup>Required</sup> <a name="creationStack" id="cdktn.StringMap.property.creationStack" />

```java theme={null}
public java.util.List<java.lang.String> getCreationStack();
```

* *Type:* java.util.List\< java.lang.String >

The creation stack of this resolvable which will be appended to errors thrown during resolution.

If this returns an empty array the stack will not be attached.

***

### `fqn`<sup>Required</sup> <a name="fqn" id="cdktn.StringMap.property.fqn" />

```java theme={null}
public java.lang.String getFqn();
```

* *Type:* java.lang.String

***
