Interface CfnSimpleTablePropsMixin.IPrimaryKeyProperty
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SAM
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnSimpleTablePropsMixin.IPrimaryKeyProperty
Syntax (vb)
Public Interface CfnSimpleTablePropsMixin.IPrimaryKeyProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.SAM;
var primaryKeyProperty = new PrimaryKeyProperty {
Name = "name",
Type = "type"
};
Synopsis
Properties
| Name | |
| Type |
Properties
Name
string? Name { get; }
Property Value
Remarks
Type
string? Type { get; }