Show / Hide Table of Contents

Interface IManagedPolicy

A managed policy.

Inherited Members
IManagedPolicyRef.ManagedPolicyRef
IEnvironmentAware.Env
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

string

Remarks

Attribute: true

Back to top Generated by DocFX