> ## 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.

# Python: TerraformCount

> CDKTN Core API Reference for TerraformCount in Python.

Iterator for the Terraform count property.

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

| **Name**                                                                   | **Description**   |
| -------------------------------------------------------------------------- | ----------------- |
| <code><a href="#cdktn.TerraformCount.toString">to\_string</a></code>       | *No description.* |
| <code><a href="#cdktn.TerraformCount.toTerraform">to\_terraform</a></code> | *No description.* |

***

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

```python theme={null}
def to_string() -> str
```

### `to_terraform` <a name="to_terraform" id="cdktn.TerraformCount.toTerraform" />

```python theme={null}
def to_terraform() -> typing.Union[int, float]
```

## Static Functions <a name="Static Functions" id="Static Functions" />

| **Name**                                                                               | **Description**   |
| -------------------------------------------------------------------------------------- | ----------------- |
| <code><a href="#cdktn.TerraformCount.isTerraformCount">is\_terraform\_count</a></code> | *No description.* |
| <code><a href="#cdktn.TerraformCount.of">of</a></code>                                 | *No description.* |

***

### `is_terraform_count` <a name="is_terraform_count" id="cdktn.TerraformCount.isTerraformCount" />

```python theme={null}
import cdktn

cdktn.TerraformCount.is_terraform_count(
  x: typing.Any
)
```

#### `x`<sup>Required</sup> <a name="x" id="cdktn.TerraformCount.isTerraformCount.parameter.x" />

* *Type:* typing.Any

***

### `of` <a name="of" id="cdktn.TerraformCount.of" />

```python theme={null}
import cdktn

cdktn.TerraformCount.of(
  count: typing.Union[int, float]
)
```

#### `count`<sup>Required</sup> <a name="count" id="cdktn.TerraformCount.of.parameter.count" />

* *Type:* typing.Union\[int, float]

***

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

| **Name**                                                              | **Type**                               | **Description**   |
| --------------------------------------------------------------------- | -------------------------------------- | ----------------- |
| <code><a href="#cdktn.TerraformCount.property.index">index</a></code> | <code>typing.Union\[int, float]</code> | *No description.* |

***

### `index`<sup>Required</sup> <a name="index" id="cdktn.TerraformCount.property.index" />

```python theme={null}
index: typing.Union[int, float]
```

* *Type:* typing.Union\[int, float]

***
