Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-simpletable-primarykey.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-simpletable-primarykey.html#cfn-serverless-simpletable-primarykey-name

Type

string? Type { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-simpletable-primarykey.html#cfn-serverless-simpletable-primarykey-type

Back to top Generated by DocFX