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
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; }