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