Class CfnStateMachine.IAMPolicyDocumentProperty
Inheritance
System.Object
CfnStateMachine.IAMPolicyDocumentProperty
Implements
Namespace: Amazon.CDK.AWS.SAM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class IAMPolicyDocumentProperty : Object, CfnStateMachine.IIAMPolicyDocumentProperty
Syntax (vb)
Public Class IAMPolicyDocumentProperty
Inherits Object
Implements CfnStateMachine.IIAMPolicyDocumentProperty
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 statement;
var iAMPolicyDocumentProperty = new Dictionary<string, object> {
{ "statement", statement },
{ "version", "version" }
};
Synopsis
Constructors
IAMPolicyDocumentProperty() |
Properties
Statement | |
Version |
Constructors
IAMPolicyDocumentProperty()
public IAMPolicyDocumentProperty()
Properties
Statement
public object Statement { get; set; }
Property Value
System.Object
Remarks
Version
public string Version { get; set; }
Property Value
System.String