Show / Hide Table of Contents

Interface CfnSimpleTablePropsMixin.ISSESpecificationProperty

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SAM
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnSimpleTablePropsMixin.ISSESpecificationProperty
Syntax (vb)
Public Interface CfnSimpleTablePropsMixin.ISSESpecificationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-simpletable-ssespecification.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 sSESpecificationProperty = new SSESpecificationProperty {
                 SseEnabled = false
             };

Synopsis

Properties

SseEnabled

Properties

SseEnabled

object? SseEnabled { get; }
Property Value

object

Remarks

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

Type union: either bool or IResolvable

Back to top Generated by DocFX