package dynamodb
import "github.com/oslokommune/okctl/pkg/cfn/components/dynamodb"
Package dynamodb knows how to create a dynamodb table cloud formation resource
Index ¶
Types ¶
type Table ¶
Table contains the state required for building the CloudFormation template
func New ¶
New returns an initialised DynamoDB cloud formation template - https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html
func (*Table) Name ¶
Name returns the name of the resource
func (*Table) NamedOutputs ¶
func (receiver *Table) NamedOutputs() map[string]cloudformation.Output
NamedOutputs returns the named outputs
func (*Table) Ref ¶
Ref returns an AWS intrinsic ref to the resource
func (*Table) Resource ¶
func (receiver *Table) Resource() cloudformation.Resource
Resource returns the cloud formation template
Source Files ¶
- Version
- v0.0.106 (latest)
- Published
- Oct 21, 2022
- Platform
- linux/amd64
- Imports
- 3 packages
- Last checked
- 18 hours ago –
Tools for package owners.