Documentation ¶
Index ¶
Constants ¶
View Source
const ResourceInUseException = "ResourceInUseException"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttributeDefinition ¶
type AttributeDefinition = types.AttributeDefinition
type KeySchemaElement ¶
type KeySchemaElement = types.KeySchemaElement
type TableDescription ¶
type TableDescription = types.TableDescription
func DescribeTable ¶
func EnsureTable ¶
func EnsureTable( ctx context.Context, cfg *awscfg.Config, name string, attrDefs []AttributeDefinition, keySchema []KeySchemaElement, ) (*TableDescription, error)
Click to show internal directories.
Click to hide internal directories.