Show / Hide Table of Contents

Interface IEncryptedResource

A resource that contains data that can be encrypted, using a KMS key.s.

Inherited Members
IEnvironmentAware.Env
Namespace: Amazon.CDK.AWS.IAM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IEncryptedResource : IEnvironmentAware
Syntax (vb)
Public Interface IEncryptedResource Inherits IEnvironmentAware

Synopsis

Methods

GrantOnKey(IGrantable, params string[])

Gives permissions to a grantable entity to perform actions on the encryption key.

Methods

GrantOnKey(IGrantable, params string[])

Gives permissions to a grantable entity to perform actions on the encryption key.

IGrantOnKeyResult GrantOnKey(IGrantable grantee, params string[] actions)
Parameters
grantee IGrantable
actions string[]
Returns

IGrantOnKeyResult

Back to top Generated by DocFX