Interface CfnFunction.IIdentitySAMPTProperty
Namespace: Amazon.CDK.AWS.SAM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IIdentitySAMPTProperty
Syntax (vb)
Public Interface IIdentitySAMPTProperty
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.AWS.SAM;
var identitySAMPTProperty = new IdentitySAMPTProperty {
IdentityName = "identityName"
};
Synopsis
Properties
Identity |
Properties
IdentityName
string IdentityName { get; }
Property Value
System.