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

Copy path to clipboard

Source

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