Class TableItemArgs


  • public final class TableItemArgs
    extends com.pulumi.resources.ResourceArgs
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  TableItemArgs.Builder  
      • Nested classes/interfaces inherited from class com.pulumi.resources.InputArgs

        com.pulumi.resources.InputArgs.InputArgsInternal
    • Method Detail

      • hashKey

        public com.pulumi.core.Output<java.lang.String> hashKey()
        Returns:
        Hash key to use for lookups and identification of the item
      • item

        public com.pulumi.core.Output<java.lang.String> item()
        Returns:
        JSON representation of a map of attribute name/value pairs, one for each attribute. Only the primary key attributes are required; you can optionally provide other attribute name-value pairs for the item.
      • rangeKey

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> rangeKey()
        Returns:
        Range key to use for lookups and identification of the item. Required if there is range key defined in the table.
      • tableName

        public com.pulumi.core.Output<java.lang.String> tableName()
        Returns:
        Name of the table to contain the item.