# AwsCommunity::DynamoDB::Item This resource will manage the lifecycle of items in a DynamoDB table ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{
    "Type" : "AwsCommunity::DynamoDB::Item",
    "Properties" : {
        "Item" : Item,
        "Keys" : [ Key, ... ],
        "TableName" : String,
    }
}
### YAML
Type: AwsCommunity::DynamoDB::Item
Properties:
    Item: Item
    Keys: 
      - Key
    TableName: String
## Properties #### Item _Required_: No _Type_: Item _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### Keys _Required_: Yes _Type_: List of Key _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### TableName The table to put the item into _Required_: Yes _Type_: String _Update requires_: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement) ## Return Values ### Fn::GetAtt The `Fn::GetAtt` intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values. For more information about using the `Fn::GetAtt` intrinsic function, see [Fn::GetAtt](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-getatt.html). #### CompositeKey Composite Key is a combination of the partition and sort key values