Interface IEncryptedResource
A resource that contains data that can be encrypted, using a KMS key.s.
Inherited Members
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[]