AWS Fundamentals Logo
AWS Fundamentals
L1 Construct

CfnSimpleTable

https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlesssimpletable.

Import

import { CfnSimpleTable } from 'aws-cdk-lib/aws-sam';

Or use the module namespace:

import * as sam from 'aws-cdk-lib/aws-sam';
// sam.CfnSimpleTable

Properties

Configuration passed to the constructor as CfnSimpleTableProps.

primaryKeyOptional
IResolvable | PrimaryKeyProperty
provisionedThroughputOptional
IResolvable | ProvisionedThroughputProperty
sseSpecificationOptional
IResolvable | SSESpecificationProperty
tableNameOptional
string
tagsOptional
{ [key: string]: string }

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-sam
Properties5

External Links