Uses of Interface
software.amazon.awscdk.services.iam.GrantOnKeyResult
Packages that use GrantOnKeyResult
Package
Description
Amazon DynamoDB Construct Library
AWS Identity and Access Management Construct Library
Amazon S3 Construct Library
Amazon Simple Notification Service Construct Library
Amazon Simple Queue Service Construct Library
AWS Systems Manager Construct Library
-
Uses of GrantOnKeyResult in software.amazon.awscdk.services.dynamodb
Methods in software.amazon.awscdk.services.dynamodb that return GrantOnKeyResultModifier and TypeMethodDescriptionTableBase.grantOnKey(IGrantable grantee, String... actions) Gives permissions to a grantable entity to perform actions on the encryption key. -
Uses of GrantOnKeyResult in software.amazon.awscdk.services.iam
Classes in software.amazon.awscdk.services.iam that implement GrantOnKeyResultMethods in software.amazon.awscdk.services.iam that return GrantOnKeyResultModifier and TypeMethodDescriptionGrantOnKeyResult.Builder.build()Builds the configured instance.IEncryptedResource.grantOnKey(IGrantable grantee, String... actions) Gives permissions to a grantable entity to perform actions on the encryption key.default GrantOnKeyResultIEncryptedResource.Jsii$Default.grantOnKey(IGrantable grantee, String... actions) Gives permissions to a grantable entity to perform actions on the encryption key. -
Uses of GrantOnKeyResult in software.amazon.awscdk.services.s3
Methods in software.amazon.awscdk.services.s3 that return GrantOnKeyResultModifier and TypeMethodDescriptionBucketBase.grantOnKey(IGrantable grantee, String... actions) Gives permissions to a grantable entity to perform actions on the encryption key. -
Uses of GrantOnKeyResult in software.amazon.awscdk.services.sns
Methods in software.amazon.awscdk.services.sns that return GrantOnKeyResultModifier and TypeMethodDescriptionTopicBase.grantOnKey(IGrantable grantee, String... actions) Gives permissions to a grantable entity to perform actions on the encryption key. -
Uses of GrantOnKeyResult in software.amazon.awscdk.services.sqs
Methods in software.amazon.awscdk.services.sqs that return GrantOnKeyResultModifier and TypeMethodDescriptionQueueBase.grantOnKey(IGrantable grantee, String... actions) Gives permissions to a grantable entity to perform actions on the encryption key. -
Uses of GrantOnKeyResult in software.amazon.awscdk.services.ssm
Methods in software.amazon.awscdk.services.ssm that return GrantOnKeyResultModifier and TypeMethodDescriptionStringListParameter.grantOnKey(IGrantable grantee, String... actions) Gives permissions to a grantable entity to perform actions on the encryption key.StringParameter.grantOnKey(IGrantable grantee, String... actions) Gives permissions to a grantable entity to perform actions on the encryption key.