Show / Hide Table of Contents

Interface IPolicy

Represents an IAM Policy.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
IPolicyRef.PolicyRef
IEnvironmentAware.Env
Namespace: Amazon.CDK.AWS.IAM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IPolicy : IResource, IPolicyRef, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface IPolicy Inherits IResource, IPolicyRef, IConstruct, IDependable, IEnvironmentAware
Remarks

See: https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_manage.html

Synopsis

Properties

PolicyName

The name of this policy.

Properties

PolicyName

The name of this policy.

string PolicyName { get; }
Property Value

string

Remarks

Attribute: true

Back to top Generated by DocFX