Interface IPolicyDocumentProps
Properties for a new PolicyDocument.
Namespace: Amazon.CDK.AWS.IAM
Assembly: Amazon.CDK.AWS.IAM.dll
Syntax (csharp)
public interface IPolicyDocumentProps
Syntax (vb)
Public Interface IPolicyDocumentProps
Synopsis
Properties
AssignSids | Automatically assign Statement Ids to all statements. |
Statements | Initial statements to add to the policy document. |
Properties
AssignSids
Automatically assign Statement Ids to all statements.
virtual Nullable<bool> AssignSids { get; }
Property Value
System.Nullable<System.Boolean>
Remarks
Default: false
Statements
Initial statements to add to the policy document.
virtual PolicyStatement[] Statements { get; }
Property Value
Remarks
Default: - No statements