Interface IPolicy
Represents an IAM Policy.
Namespace: Amazon.CDK.AWS.IAM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IPolicy : IResource
Syntax (vb)
Public Interface IPolicy
Inherits IResource, IConstruct, IDependable
Remarks
Synopsis
Properties
PolicyName | The name of this policy. |
Properties
PolicyName
The name of this policy.
string PolicyName { get; }
Property Value
System.String
Remarks
Attribute: true