/dhall-aws-cloudformation/cloudformation/AWS::DynamoDB::Table/LocalSecondaryIndex.dhall
Copy path to clipboardSource
{ Type =
{ IndexName : (./../../Fn.dhall).CfnText
, KeySchema : List (./KeySchema.dhall).Type
, Projection : (./Projection.dhall).Type
}
, default = {=}
}