/dhall-aws-cloudformation/cloudformation/AWS::DynamoDB::Table/LocalSecondaryIndex.dhall

Copy path to clipboard

Source

{ Type =
{ IndexName : (./../../Fn.dhall).CfnText
, KeySchema : List (./KeySchema.dhall).Type
, Projection : (./Projection.dhall).Type
}
, default = {=}
}