Class MapTerraformIterator

java.lang.Object
software.amazon.jsii.JsiiObject
com.hashicorp.cdktf.TerraformIterator
com.hashicorp.cdktf.MapTerraformIterator
All Implemented Interfaces:
ITerraformIterator, software.amazon.jsii.JsiiSerializable
Direct Known Subclasses:
DynamicListTerraformIterator

@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-12-09T10:24:39.771Z") @Stability(Experimental) public class MapTerraformIterator extends TerraformIterator
  • Constructor Details

    • MapTerraformIterator

      protected MapTerraformIterator(software.amazon.jsii.JsiiObjectRef objRef)
    • MapTerraformIterator

      protected MapTerraformIterator(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • MapTerraformIterator

      @Stability(Experimental) public MapTerraformIterator(@NotNull Object map)
      Parameters:
      map - This parameter is required.
  • Method Details

    • getKey

      @Stability(Experimental) @NotNull public String getKey()
      (experimental) Returns the key of the current entry in the map that is being iterated over.
    • getValue

      @Stability(Experimental) @NotNull public Object getValue()
      (experimental) Returns the value of the current item iterated over.