aws-cdk-lib.aws_sam.CfnSimpleTable.PrimaryKeyProperty
interface PrimaryKeyProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SAM.CfnSimpleTable.PrimaryKeyProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssam#CfnSimpleTable_PrimaryKeyProperty |
![]() | software.amazon.awscdk.services.sam.CfnSimpleTable.PrimaryKeyProperty |
![]() | aws_cdk.aws_sam.CfnSimpleTable.PrimaryKeyProperty |
![]() | 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
Name | Type | Description |
---|---|---|
type | string | CfnSimpleTable.PrimaryKeyProperty.Type . |
name? | string | CfnSimpleTable.PrimaryKeyProperty.Name . |
type
Type:
string
CfnSimpleTable.PrimaryKeyProperty.Type
.
name?
Type:
string
(optional)
CfnSimpleTable.PrimaryKeyProperty.Name
.