aws-cdk-lib.aws_sam.CfnSimpleTable.PrimaryKeyProperty

interface PrimaryKeyProperty

LanguageType name
.NETAmazon.CDK.AWS.SAM.CfnSimpleTable.PrimaryKeyProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssam#CfnSimpleTable_PrimaryKeyProperty
Javasoftware.amazon.awscdk.services.sam.CfnSimpleTable.PrimaryKeyProperty
Pythonaws_cdk.aws_sam.CfnSimpleTable.PrimaryKeyProperty
TypeScript aws-cdk-lib » aws_sam » CfnSimpleTable » PrimaryKeyProperty

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sam as sam } from 'aws-cdk-lib';
const primaryKeyProperty: sam.CfnSimpleTable.PrimaryKeyProperty = {
  type: 'type',

  // the properties below are optional
  name: 'name',
};

Properties

NameTypeDescription
typestringCfnSimpleTable.PrimaryKeyProperty.Type.
name?stringCfnSimpleTable.PrimaryKeyProperty.Name.

type

Type: string

CfnSimpleTable.PrimaryKeyProperty.Type.


name?

Type: string (optional)

CfnSimpleTable.PrimaryKeyProperty.Name.