Interface CfnFunctionPropsMixin.IKeySAMPTProperty
Namespace: Amazon.CDK.Mixins.Preview.AWS.SAM.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnFunctionPropsMixin.IKeySAMPTProperty
Syntax (vb)
Public Interface CfnFunctionPropsMixin.IKeySAMPTProperty
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.Mixins.Preview.AWS.SAM.Mixins;
var keySAMPTProperty = new KeySAMPTProperty {
KeyId = "keyId"
};
Synopsis
Properties
| KeyId |
Properties
KeyId
string? KeyId { get; }