awsdynamodb

package
v0.0.0-...-82ab749 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 16, 2024 License: BSD-3-Clause Imports: 8 Imported by: 0

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 DescribeTable(
	ctx context.Context,
	cfg *awscfg.Config,
	name string,
) (*TableDescription, error)

func EnsureTable

func EnsureTable(
	ctx context.Context,
	cfg *awscfg.Config,
	name string,
	attrDefs []AttributeDefinition,
	keySchema []KeySchemaElement,
) (*TableDescription, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL