/dhall-aws-cloudformation/cloudformation/AWS::DynamoDB::Table/Projection.dhall
Copy path to clipboardSource
{ Type =
{ NonKeyAttributes : Optional (List (./../../Fn.dhall).CfnText)
, ProjectionType : Optional (./../../Fn.dhall).CfnText
}
, default =
{ NonKeyAttributes = None (List (./../../Fn.dhall).CfnText)
, ProjectionType = None (./../../Fn.dhall).CfnText
}
}