Interface IManagedPolicy
A managed policy.
Namespace: Amazon.CDK.AWS.IAM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IManagedPolicy : IManagedPolicyRef, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface IManagedPolicy Inherits IManagedPolicyRef, IConstruct, IDependable, IEnvironmentAware
Synopsis
Properties
| ManagedPolicyArn | The ARN of the managed policy. |
Properties
ManagedPolicyArn
The ARN of the managed policy.
string ManagedPolicyArn { get; }
Property Value
Remarks
Attribute: true