Skip to main content
Iterator for the Terraform count property.

Methods

NameDescription
ToStringNo description.
ToTerraformNo description.

ToString

private string ToString()

ToTerraform

private double ToTerraform()

Static Functions

NameDescription
IsTerraformCountNo description.
OfNo description.

IsTerraformCount

using Io.Cdktn;

TerraformCount.IsTerraformCount(object X);

XRequired

  • Type: object

Of

using Io.Cdktn;

TerraformCount.Of(double Count);

CountRequired

  • Type: double

Properties

NameTypeDescription
IndexdoubleNo description.

IndexRequired

public double Index { get; }
  • Type: double