Table of Contents

Interface IResourceWithPolicy

Namespace
Amazon.CDK.AWS.IAM
Assembly
Amazon.CDK.AWS.IAM.dll

A resource with a resource policy that can be added to.

public interface IResourceWithPolicy : IResource, IConstruct, IConstruct, IDependable

Methods

AddToResourcePolicy(PolicyStatement)

Add a statement to the resource's resource policy.

IAddToResourcePolicyResult AddToResourcePolicy(PolicyStatement statement)

Parameters

statement PolicyStatement

Returns

IAddToResourcePolicyResult