Show / Hide Table of Contents

Interface IPolicy

Represents an IAM Policy.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Env
IResource.Stack
Namespace: Amazon.CDK.AWS.IAM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IPolicy : IResource, IConstruct, IDependable
Syntax (vb)
Public Interface IPolicy Inherits IResource, IConstruct, IDependable
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