Class CfnFunction.IdentitySAMPTProperty
Inheritance
System.Object
CfnFunction.IdentitySAMPTProperty
Implements
Namespace: Amazon.CDK.AWS.SAM
Assembly: Amazon.CDK.AWS.SAM.dll
Syntax (csharp)
public class IdentitySAMPTProperty : Object, CfnFunction.IIdentitySAMPTProperty
Syntax (vb)
Public Class IdentitySAMPTProperty
Inherits Object
Implements CfnFunction.IIdentitySAMPTProperty
Remarks
Link: https://github.com/awslabs/serverless-application-model/blob/master/docs/policy_templates.rst
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
Constructors
IdentitySAMPTProperty() |
Properties
IdentityName |
|
Constructors
IdentitySAMPTProperty()
public IdentitySAMPTProperty()
Properties
IdentityName
CfnFunction.IdentitySAMPTProperty.IdentityName
.
public string IdentityName { get; set; }
Property Value
System.String