Uses of Interface
software.amazon.awscdk.services.iam.IGrantable
Packages that use IGrantable
Package
Description
AWS CDK Custom Resources
CDK Pipelines
AWS Amplify Construct Library
Amazon API Gateway Construct Library
AWS::APIGatewayv2 Construct Library
AWS App Mesh Construct Library
AWS AppSync Construct Library
Amazon EC2 Auto Scaling Construct Library
AWS Backup Construct Library
AWS::Chatbot Construct Library
Amazon CloudFront Construct Library
Amazon CloudWatch Construct Library
AWS CodeBuild Construct Library
AWS CodeCommit Construct Library
AWS CodeDeploy Construct Library
AWS::CodeGuruProfiler Construct Library
AWS CodePipeline Actions
Amazon Cognito Construct Library
Amazon DynamoDB Construct Library
Amazon EC2 Construct Library
Amazon ECR Construct Library
Amazon ECS Construct Library
Amazon Elastic File System Construct Library
Amazon EKS Construct Library
Amazon OpenSearch Service Construct Library
Amazon EventBridge Construct Library
AWS Glue Construct Library
AWS Identity and Access Management Construct Library
AWS::IoTEvents Construct Library
Amazon Kinesis Construct Library
Kinesis Analytics Flink
Amazon Kinesis Data Firehose Construct Library
AWS Key Management Service Construct Library
AWS Lambda Construct Library
Amazon Lambda Golang Library
Amazon Lambda Node.js Library
Amazon Lambda Python Library
Amazon CloudWatch Logs Construct Library
Amazon Neptune Construct Library
Amazon OpenSearch Service Construct Library
Amazon Relational Database Service Construct Library
Amazon S3 Construct Library
AWS CDK Assets
AWS Secrets Manager Construct Library
Amazon Simple Notification Service Construct Library
Amazon Simple Queue Service Construct Library
AWS Systems Manager Construct Library
AWS Step Functions Construct Library
Tasks for AWS Step Functions
Triggers
-
Uses of IGrantable in software.amazon.awscdk.customresources
Classes in software.amazon.awscdk.customresources that implement IGrantableModifier and TypeClassDescriptionclass
Defines a custom resource that is materialized using specific AWS API calls. -
Uses of IGrantable in software.amazon.awscdk.pipelines
Classes in software.amazon.awscdk.pipelines that implement IGrantableModifier and TypeClassDescriptionclass
Deprecated.This class is part of the old API.class
Deprecated.This class is part of the old API.Methods in software.amazon.awscdk.pipelines with parameters of type IGrantableModifier and TypeMethodDescriptionabstract void
DockerCredential.grantRead
(IGrantable grantee, DockerCredentialUsage usage) Grant read-only access to the registry credentials. -
Uses of IGrantable in software.amazon.awscdk.services.amplify
Classes in software.amazon.awscdk.services.amplify that implement IGrantable -
Uses of IGrantable in software.amazon.awscdk.services.apigateway
Methods in software.amazon.awscdk.services.apigateway with parameters of type IGrantableModifier and TypeMethodDescriptionApiKey.grantRead
(IGrantable grantee) Permits the IAM principal all read operations through this key.RateLimitedApiKey.grantRead
(IGrantable grantee) Permits the IAM principal all read operations through this key.ApiKey.grantReadWrite
(IGrantable grantee) Permits the IAM principal all read and write operations through this key.RateLimitedApiKey.grantReadWrite
(IGrantable grantee) Permits the IAM principal all read and write operations through this key.ApiKey.grantWrite
(IGrantable grantee) Permits the IAM principal all write operations through this key.RateLimitedApiKey.grantWrite
(IGrantable grantee) Permits the IAM principal all write operations through this key. -
Uses of IGrantable in software.amazon.awscdk.services.apigatewayv2
Methods in software.amazon.awscdk.services.apigatewayv2 with parameters of type IGrantableModifier and TypeMethodDescriptionHttpRoute.grantInvoke
(IGrantable grantee) (experimental) Grant access to invoke the route.HttpRoute.grantInvoke
(IGrantable grantee, GrantInvokeOptions options) (experimental) Grant access to invoke the route.IHttpRoute.grantInvoke
(IGrantable grantee) (experimental) Grant access to invoke the route.IHttpRoute.grantInvoke
(IGrantable grantee, GrantInvokeOptions options) (experimental) Grant access to invoke the route.default Grant
IHttpRoute.Jsii$Default.grantInvoke
(IGrantable grantee, GrantInvokeOptions options) (experimental) Grant access to invoke the route.final Grant
IHttpRoute.Jsii$Proxy.grantInvoke
(IGrantable grantee) (experimental) Grant access to invoke the route.final Grant
IHttpRoute.Jsii$Proxy.grantInvoke
(IGrantable grantee, GrantInvokeOptions options) (experimental) Grant access to invoke the route.WebSocketApi.grantManageConnections
(IGrantable identity) (experimental) Grant access to the API Gateway management API for this WebSocket API to an IAM principal (Role/Group/User).WebSocketStage.grantManagementApiAccess
(IGrantable identity) (experimental) Grant access to the API Gateway management API for this WebSocket API Stage to an IAM principal (Role/Group/User). -
Uses of IGrantable in software.amazon.awscdk.services.appmesh
Methods in software.amazon.awscdk.services.appmesh with parameters of type IGrantableModifier and TypeMethodDescriptionIVirtualGateway.grantStreamAggregatedResources
(IGrantable identity) Grants the given entityappmesh:StreamAggregatedResources
.default Grant
IVirtualGateway.Jsii$Default.grantStreamAggregatedResources
(IGrantable identity) Grants the given entityappmesh:StreamAggregatedResources
.final Grant
IVirtualGateway.Jsii$Proxy.grantStreamAggregatedResources
(IGrantable identity) Grants the given entityappmesh:StreamAggregatedResources
.IVirtualNode.grantStreamAggregatedResources
(IGrantable identity) Grants the given entityappmesh:StreamAggregatedResources
.default Grant
IVirtualNode.Jsii$Default.grantStreamAggregatedResources
(IGrantable identity) Grants the given entityappmesh:StreamAggregatedResources
.final Grant
IVirtualNode.Jsii$Proxy.grantStreamAggregatedResources
(IGrantable identity) Grants the given entityappmesh:StreamAggregatedResources
.VirtualGateway.grantStreamAggregatedResources
(IGrantable identity) Grants the given entityappmesh:StreamAggregatedResources
.VirtualNode.grantStreamAggregatedResources
(IGrantable identity) Grants the given entityappmesh:StreamAggregatedResources
. -
Uses of IGrantable in software.amazon.awscdk.services.appsync
Classes in software.amazon.awscdk.services.appsync that implement IGrantableModifier and TypeClassDescriptionclass
(experimental) Abstract AppSync datasource implementation.class
(experimental) An AppSync datasource backed by a DynamoDB table.class
Deprecated.useOpenSearchDataSource
class
(experimental) An AppSync datasource backed by a http endpoint.class
(experimental) An AppSync datasource backed by a Lambda function.class
(experimental) An Appsync datasource backed by OpenSearch.class
(experimental) An AppSync datasource backed by RDS.Methods in software.amazon.awscdk.services.appsync with parameters of type IGrantableModifier and TypeMethodDescriptionGraphqlApi.grant
(IGrantable grantee, IamResource resources, @NotNull String... actions) (experimental) Adds an IAM policy statement associated with this GraphQLApi to an IAM principal's policy.GraphqlApi.grantMutation
(IGrantable grantee, @NotNull String... fields) (experimental) Adds an IAM policy statement for Mutation access to this GraphQLApi to an IAM principal's policy.GraphqlApi.grantQuery
(IGrantable grantee, @NotNull String... fields) (experimental) Adds an IAM policy statement for Query access to this GraphQLApi to an IAM principal's policy.GraphqlApi.grantSubscription
(IGrantable grantee, @NotNull String... fields) (experimental) Adds an IAM policy statement for Subscription access to this GraphQLApi to an IAM principal's policy. -
Uses of IGrantable in software.amazon.awscdk.services.autoscaling
Subinterfaces of IGrantable in software.amazon.awscdk.services.autoscalingModifier and TypeInterfaceDescriptioninterface
An AutoScalingGroup.static interface
Internal default implementation forIAutoScalingGroup
.Classes in software.amazon.awscdk.services.autoscaling that implement IGrantableModifier and TypeClassDescriptionclass
A Fleet represents a managed set of EC2 instances.static final class
A proxy class which represents a concrete javascript instance of this type. -
Uses of IGrantable in software.amazon.awscdk.services.backup
Classes in software.amazon.awscdk.services.backup that implement IGrantableMethods in software.amazon.awscdk.services.backup with parameters of type IGrantableModifier and TypeMethodDescriptionBackupVault.grant
(IGrantable grantee, @NotNull String... actions) Grant the actions defined in actions to the given grantee on this Backup Vault resource.IBackupVault.grant
(IGrantable grantee, @NotNull String... actions) Grant the actions defined in actions to the given grantee on this backup vault.default Grant
IBackupVault.Jsii$Default.grant
(IGrantable grantee, @NotNull String... actions) Grant the actions defined in actions to the given grantee on this backup vault.final Grant
IBackupVault.Jsii$Proxy.grant
(IGrantable grantee, @NotNull String... actions) Grant the actions defined in actions to the given grantee on this backup vault. -
Uses of IGrantable in software.amazon.awscdk.services.chatbot
Subinterfaces of IGrantable in software.amazon.awscdk.services.chatbotModifier and TypeInterfaceDescriptioninterface
Represents a Slack channel configuration.static interface
Internal default implementation forISlackChannelConfiguration
.Classes in software.amazon.awscdk.services.chatbot that implement IGrantableModifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.class
A new Slack channel configuration. -
Uses of IGrantable in software.amazon.awscdk.services.cloudfront
Subinterfaces of IGrantable in software.amazon.awscdk.services.cloudfrontModifier and TypeInterfaceDescriptioninterface
Interface for CloudFront OriginAccessIdentity.static interface
Internal default implementation forIOriginAccessIdentity
.Classes in software.amazon.awscdk.services.cloudfront that implement IGrantableModifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.class
An origin access identity is a special CloudFront user that you can associate with Amazon S3 origins, so that you can secure all or just some of your Amazon S3 content. -
Uses of IGrantable in software.amazon.awscdk.services.cloudfront.experimental
Classes in software.amazon.awscdk.services.cloudfront.experimental that implement IGrantableMethods in software.amazon.awscdk.services.cloudfront.experimental with parameters of type IGrantableModifier and TypeMethodDescriptionEdgeFunction.grantInvoke
(IGrantable identity) Grant the given identity permissions to invoke this Lambda.EdgeFunction.grantInvokeUrl
(IGrantable identity) Grant the given identity permissions to invoke this Lambda Function URL. -
Uses of IGrantable in software.amazon.awscdk.services.cloudwatch
Methods in software.amazon.awscdk.services.cloudwatch with parameters of type IGrantableModifier and TypeMethodDescriptionstatic Grant
Metric.grantPutMetricData
(IGrantable grantee) Grant permissions to the given identity to write metrics. -
Uses of IGrantable in software.amazon.awscdk.services.codebuild
Subinterfaces of IGrantable in software.amazon.awscdk.services.codebuildModifier and TypeInterfaceDescriptioninterface
static interface
Internal default implementation forIProject
.Classes in software.amazon.awscdk.services.codebuild that implement IGrantableModifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.class
A convenience class for CodeBuild Projects that are used in CodePipeline.class
A representation of a CodeBuild Project.Methods in software.amazon.awscdk.services.codebuild with parameters of type IGrantableModifier and TypeMethodDescriptionIReportGroup.grantWrite
(IGrantable identity) Grants the given entity permissions to write (that is, upload reports to) this report group.default Grant
IReportGroup.Jsii$Default.grantWrite
(IGrantable identity) Grants the given entity permissions to write (that is, upload reports to) this report group.final Grant
IReportGroup.Jsii$Proxy.grantWrite
(IGrantable identity) Grants the given entity permissions to write (that is, upload reports to) this report group.ReportGroup.grantWrite
(IGrantable identity) Grants the given entity permissions to write (that is, upload reports to) this report group.Project.serializeEnvVariables
(Map<String, ? extends BuildEnvironmentVariable> environmentVariables, Boolean validateNoPlainTextSecrets, IGrantable principal) Convert the environment variables map of string toBuildEnvironmentVariable
, which is the customer-facing type, to a list ofCfnProject.EnvironmentVariableProperty
, which is the representation of environment variables in CloudFormation. -
Uses of IGrantable in software.amazon.awscdk.services.codecommit
Methods in software.amazon.awscdk.services.codecommit with parameters of type IGrantableModifier and TypeMethodDescriptionIRepository.grant
(IGrantable grantee, @NotNull String... actions) Grant the given principal identity permissions to perform the actions on this repository.default Grant
IRepository.Jsii$Default.grant
(IGrantable grantee, @NotNull String... actions) Grant the given principal identity permissions to perform the actions on this repository.final Grant
IRepository.Jsii$Proxy.grant
(IGrantable grantee, @NotNull String... actions) Grant the given principal identity permissions to perform the actions on this repository.Repository.grant
(IGrantable grantee, @NotNull String... actions) Grant the given principal identity permissions to perform the actions on this repository.IRepository.grantPull
(IGrantable grantee) Grant the given identity permissions to pull this repository.default Grant
IRepository.Jsii$Default.grantPull
(IGrantable grantee) Grant the given identity permissions to pull this repository.final Grant
IRepository.Jsii$Proxy.grantPull
(IGrantable grantee) Grant the given identity permissions to pull this repository.Repository.grantPull
(IGrantable grantee) Grant the given identity permissions to pull this repository.IRepository.grantPullPush
(IGrantable grantee) Grant the given identity permissions to pull and push this repository.default Grant
IRepository.Jsii$Default.grantPullPush
(IGrantable grantee) Grant the given identity permissions to pull and push this repository.final Grant
IRepository.Jsii$Proxy.grantPullPush
(IGrantable grantee) Grant the given identity permissions to pull and push this repository.Repository.grantPullPush
(IGrantable grantee) Grant the given identity permissions to pull and push this repository.IRepository.grantRead
(IGrantable grantee) Grant the given identity permissions to read this repository.default Grant
IRepository.Jsii$Default.grantRead
(IGrantable grantee) Grant the given identity permissions to read this repository.final Grant
IRepository.Jsii$Proxy.grantRead
(IGrantable grantee) Grant the given identity permissions to read this repository.Repository.grantRead
(IGrantable grantee) Grant the given identity permissions to read this repository. -
Uses of IGrantable in software.amazon.awscdk.services.codedeploy
Methods in software.amazon.awscdk.services.codedeploy with parameters of type IGrantableModifier and TypeMethodDescriptionLambdaDeploymentGroup.grantPutLifecycleEventHookExecutionStatus
(IGrantable grantee) Grant a principal permission to codedeploy:PutLifecycleEventHookExecutionStatus on this deployment group resource. -
Uses of IGrantable in software.amazon.awscdk.services.codeguruprofiler
Methods in software.amazon.awscdk.services.codeguruprofiler with parameters of type IGrantableModifier and TypeMethodDescriptionIProfilingGroup.grantPublish
(IGrantable grantee) Grant access to publish profiling information to the Profiling Group to the given identity.default Grant
IProfilingGroup.Jsii$Default.grantPublish
(IGrantable grantee) Grant access to publish profiling information to the Profiling Group to the given identity.final Grant
IProfilingGroup.Jsii$Proxy.grantPublish
(IGrantable grantee) Grant access to publish profiling information to the Profiling Group to the given identity.ProfilingGroup.grantPublish
(IGrantable grantee) Grant access to publish profiling information to the Profiling Group to the given identity.IProfilingGroup.grantRead
(IGrantable grantee) Grant access to read profiling information from the Profiling Group to the given identity.default Grant
IProfilingGroup.Jsii$Default.grantRead
(IGrantable grantee) Grant access to read profiling information from the Profiling Group to the given identity.final Grant
IProfilingGroup.Jsii$Proxy.grantRead
(IGrantable grantee) Grant access to read profiling information from the Profiling Group to the given identity.ProfilingGroup.grantRead
(IGrantable grantee) Grant access to read profiling information from the Profiling Group to the given identity. -
Uses of IGrantable in software.amazon.awscdk.services.codepipeline.actions
Methods in software.amazon.awscdk.services.codepipeline.actions with parameters of type IGrantableModifier and TypeMethodDescriptionvoid
ManualApprovalAction.grantManualApproval
(IGrantable grantable) grant the provided principal the permissions to approve or reject this manual approval action. -
Uses of IGrantable in software.amazon.awscdk.services.cognito
Methods in software.amazon.awscdk.services.cognito with parameters of type IGrantableModifier and TypeMethodDescriptionUserPool.grant
(IGrantable grantee, @NotNull String... actions) Adds an IAM policy statement associated with this user pool to an IAM principal's policy. -
Uses of IGrantable in software.amazon.awscdk.services.dynamodb
Methods in software.amazon.awscdk.services.dynamodb with parameters of type IGrantableModifier and TypeMethodDescriptionITable.grant
(IGrantable grantee, @NotNull String... actions) Adds an IAM policy statement associated with this table to an IAM principal's policy.default Grant
ITable.Jsii$Default.grant
(IGrantable grantee, @NotNull String... actions) Adds an IAM policy statement associated with this table to an IAM principal's policy.final Grant
ITable.Jsii$Proxy.grant
(IGrantable grantee, @NotNull String... actions) Adds an IAM policy statement associated with this table to an IAM principal's policy.Table.grant
(IGrantable grantee, @NotNull String... actions) Adds an IAM policy statement associated with this table to an IAM principal's policy.ITable.grantFullAccess
(IGrantable grantee) Permits all DynamoDB operations ("dynamodb:*") to an IAM principal.default Grant
ITable.Jsii$Default.grantFullAccess
(IGrantable grantee) Permits all DynamoDB operations ("dynamodb:*") to an IAM principal.final Grant
ITable.Jsii$Proxy.grantFullAccess
(IGrantable grantee) Permits all DynamoDB operations ("dynamodb:*") to an IAM principal.Table.grantFullAccess
(IGrantable grantee) Permits all DynamoDB operations ("dynamodb:*") to an IAM principal.static Grant
Table.grantListStreams
(IGrantable grantee) Deprecated.UseTable.grantTableListStreams(software.amazon.awscdk.services.iam.IGrantable)
for more granular permissionITable.grantReadData
(IGrantable grantee) Permits an IAM principal all data read operations from this table: BatchGetItem, GetRecords, GetShardIterator, Query, GetItem, Scan.default Grant
ITable.Jsii$Default.grantReadData
(IGrantable grantee) Permits an IAM principal all data read operations from this table: BatchGetItem, GetRecords, GetShardIterator, Query, GetItem, Scan.final Grant
ITable.Jsii$Proxy.grantReadData
(IGrantable grantee) Permits an IAM principal all data read operations from this table: BatchGetItem, GetRecords, GetShardIterator, Query, GetItem, Scan.Table.grantReadData
(IGrantable grantee) Permits an IAM principal all data read operations from this table: BatchGetItem, GetRecords, GetShardIterator, Query, GetItem, Scan, DescribeTable.ITable.grantReadWriteData
(IGrantable grantee) Permits an IAM principal to all data read/write operations to this table.default Grant
ITable.Jsii$Default.grantReadWriteData
(IGrantable grantee) Permits an IAM principal to all data read/write operations to this table.final Grant
ITable.Jsii$Proxy.grantReadWriteData
(IGrantable grantee) Permits an IAM principal to all data read/write operations to this table.Table.grantReadWriteData
(IGrantable grantee) Permits an IAM principal to all data read/write operations to this table.ITable.grantStream
(IGrantable grantee, @NotNull String... actions) Adds an IAM policy statement associated with this table's stream to an IAM principal's policy.default Grant
ITable.Jsii$Default.grantStream
(IGrantable grantee, @NotNull String... actions) Adds an IAM policy statement associated with this table's stream to an IAM principal's policy.final Grant
ITable.Jsii$Proxy.grantStream
(IGrantable grantee, @NotNull String... actions) Adds an IAM policy statement associated with this table's stream to an IAM principal's policy.Table.grantStream
(IGrantable grantee, @NotNull String... actions) Adds an IAM policy statement associated with this table's stream to an IAM principal's policy.ITable.grantStreamRead
(IGrantable grantee) Permits an IAM principal all stream data read operations for this table's stream: DescribeStream, GetRecords, GetShardIterator, ListStreams.default Grant
ITable.Jsii$Default.grantStreamRead
(IGrantable grantee) Permits an IAM principal all stream data read operations for this table's stream: DescribeStream, GetRecords, GetShardIterator, ListStreams.final Grant
ITable.Jsii$Proxy.grantStreamRead
(IGrantable grantee) Permits an IAM principal all stream data read operations for this table's stream: DescribeStream, GetRecords, GetShardIterator, ListStreams.Table.grantStreamRead
(IGrantable grantee) Permits an IAM principal all stream data read operations for this table's stream: DescribeStream, GetRecords, GetShardIterator, ListStreams.ITable.grantTableListStreams
(IGrantable grantee) Permits an IAM Principal to list streams attached to current dynamodb table.default Grant
ITable.Jsii$Default.grantTableListStreams
(IGrantable grantee) Permits an IAM Principal to list streams attached to current dynamodb table.final Grant
ITable.Jsii$Proxy.grantTableListStreams
(IGrantable grantee) Permits an IAM Principal to list streams attached to current dynamodb table.Table.grantTableListStreams
(IGrantable grantee) Permits an IAM Principal to list streams attached to current dynamodb table.ITable.grantWriteData
(IGrantable grantee) Permits an IAM principal all data write operations to this table: BatchWriteItem, PutItem, UpdateItem, DeleteItem.default Grant
ITable.Jsii$Default.grantWriteData
(IGrantable grantee) Permits an IAM principal all data write operations to this table: BatchWriteItem, PutItem, UpdateItem, DeleteItem.final Grant
ITable.Jsii$Proxy.grantWriteData
(IGrantable grantee) Permits an IAM principal all data write operations to this table: BatchWriteItem, PutItem, UpdateItem, DeleteItem.Table.grantWriteData
(IGrantable grantee) Permits an IAM principal all data write operations to this table: BatchWriteItem, PutItem, UpdateItem, DeleteItem, DescribeTable. -
Uses of IGrantable in software.amazon.awscdk.services.ec2
Subinterfaces of IGrantable in software.amazon.awscdk.services.ec2Modifier and TypeInterfaceDescriptioninterface
static interface
Internal default implementation forIInstance
.Classes in software.amazon.awscdk.services.ec2 that implement IGrantableModifier and TypeClassDescriptionclass
This creates a linux bastion host you can use to connect to other instances or services in your VPC.static final class
A proxy class which represents a concrete javascript instance of this type.class
This represents a single EC2 instance.class
This represents an EC2 LaunchTemplate.Methods in software.amazon.awscdk.services.ec2 that return types with arguments of type IGrantableModifier and TypeMethodDescriptionfinal List<IGrantable>
InitFileAssetOptions.Jsii$Proxy.getReaders()
final List<IGrantable>
InitSourceAssetOptions.Jsii$Proxy.getReaders()
Methods in software.amazon.awscdk.services.ec2 with parameters of type IGrantableModifier and TypeMethodDescriptionIVolume.grantAttachVolume
(IGrantable grantee) Grants permission to attach this Volume to an instance.IVolume.grantAttachVolume
(IGrantable grantee, List<IInstance> instances) Grants permission to attach this Volume to an instance.default Grant
IVolume.Jsii$Default.grantAttachVolume
(IGrantable grantee, List<IInstance> instances) Grants permission to attach this Volume to an instance.final Grant
IVolume.Jsii$Proxy.grantAttachVolume
(IGrantable grantee) Grants permission to attach this Volume to an instance.final Grant
IVolume.Jsii$Proxy.grantAttachVolume
(IGrantable grantee, List<IInstance> instances) Grants permission to attach this Volume to an instance.Volume.grantAttachVolume
(IGrantable grantee) Grants permission to attach this Volume to an instance.Volume.grantAttachVolume
(IGrantable grantee, List<IInstance> instances) Grants permission to attach this Volume to an instance.IVolume.grantAttachVolumeByResourceTag
(IGrantable grantee, List<software.constructs.Construct> constructs) Grants permission to attach the Volume by a ResourceTag condition.IVolume.grantAttachVolumeByResourceTag
(IGrantable grantee, List<software.constructs.Construct> constructs, String tagKeySuffix) Grants permission to attach the Volume by a ResourceTag condition.default Grant
IVolume.Jsii$Default.grantAttachVolumeByResourceTag
(IGrantable grantee, List<software.constructs.Construct> constructs, String tagKeySuffix) Grants permission to attach the Volume by a ResourceTag condition.final Grant
IVolume.Jsii$Proxy.grantAttachVolumeByResourceTag
(IGrantable grantee, List<software.constructs.Construct> constructs) Grants permission to attach the Volume by a ResourceTag condition.final Grant
IVolume.Jsii$Proxy.grantAttachVolumeByResourceTag
(IGrantable grantee, List<software.constructs.Construct> constructs, String tagKeySuffix) Grants permission to attach the Volume by a ResourceTag condition.Volume.grantAttachVolumeByResourceTag
(IGrantable grantee, List<software.constructs.Construct> constructs) Grants permission to attach the Volume by a ResourceTag condition.Volume.grantAttachVolumeByResourceTag
(IGrantable grantee, List<software.constructs.Construct> constructs, String tagKeySuffix) Grants permission to attach the Volume by a ResourceTag condition.IVolume.grantDetachVolume
(IGrantable grantee) Grants permission to detach this Volume from an instance CAUTION: Granting an instance permission to detach from itself using this method will lead to an unresolvable circular reference between the instance role and the instance.IVolume.grantDetachVolume
(IGrantable grantee, List<IInstance> instances) Grants permission to detach this Volume from an instance CAUTION: Granting an instance permission to detach from itself using this method will lead to an unresolvable circular reference between the instance role and the instance.default Grant
IVolume.Jsii$Default.grantDetachVolume
(IGrantable grantee, List<IInstance> instances) Grants permission to detach this Volume from an instance CAUTION: Granting an instance permission to detach from itself using this method will lead to an unresolvable circular reference between the instance role and the instance.final Grant
IVolume.Jsii$Proxy.grantDetachVolume
(IGrantable grantee) Grants permission to detach this Volume from an instance CAUTION: Granting an instance permission to detach from itself using this method will lead to an unresolvable circular reference between the instance role and the instance.final Grant
IVolume.Jsii$Proxy.grantDetachVolume
(IGrantable grantee, List<IInstance> instances) Grants permission to detach this Volume from an instance CAUTION: Granting an instance permission to detach from itself using this method will lead to an unresolvable circular reference between the instance role and the instance.Volume.grantDetachVolume
(IGrantable grantee) Grants permission to detach this Volume from an instance CAUTION: Granting an instance permission to detach from itself using this method will lead to an unresolvable circular reference between the instance role and the instance.Volume.grantDetachVolume
(IGrantable grantee, List<IInstance> instances) Grants permission to detach this Volume from an instance CAUTION: Granting an instance permission to detach from itself using this method will lead to an unresolvable circular reference between the instance role and the instance.IVolume.grantDetachVolumeByResourceTag
(IGrantable grantee, List<software.constructs.Construct> constructs) Grants permission to detach the Volume by a ResourceTag condition.IVolume.grantDetachVolumeByResourceTag
(IGrantable grantee, List<software.constructs.Construct> constructs, String tagKeySuffix) Grants permission to detach the Volume by a ResourceTag condition.default Grant
IVolume.Jsii$Default.grantDetachVolumeByResourceTag
(IGrantable grantee, List<software.constructs.Construct> constructs, String tagKeySuffix) Grants permission to detach the Volume by a ResourceTag condition.final Grant
IVolume.Jsii$Proxy.grantDetachVolumeByResourceTag
(IGrantable grantee, List<software.constructs.Construct> constructs) Grants permission to detach the Volume by a ResourceTag condition.final Grant
IVolume.Jsii$Proxy.grantDetachVolumeByResourceTag
(IGrantable grantee, List<software.constructs.Construct> constructs, String tagKeySuffix) Grants permission to detach the Volume by a ResourceTag condition.Volume.grantDetachVolumeByResourceTag
(IGrantable grantee, List<software.constructs.Construct> constructs) Grants permission to detach the Volume by a ResourceTag condition.Volume.grantDetachVolumeByResourceTag
(IGrantable grantee, List<software.constructs.Construct> constructs, String tagKeySuffix) Grants permission to detach the Volume by a ResourceTag condition.Method parameters in software.amazon.awscdk.services.ec2 with type arguments of type IGrantableModifier and TypeMethodDescriptionInitFileAssetOptions.Builder.readers
(List<? extends IGrantable> readers) Sets the value ofAssetOptions.getReaders()
InitSourceAssetOptions.Builder.readers
(List<? extends IGrantable> readers) Sets the value ofAssetOptions.getReaders()
-
Uses of IGrantable in software.amazon.awscdk.services.ecr
Methods in software.amazon.awscdk.services.ecr with parameters of type IGrantableModifier and TypeMethodDescriptionIRepository.grant
(IGrantable grantee, @NotNull String... actions) Grant the given principal identity permissions to perform the actions on this repository.default Grant
IRepository.Jsii$Default.grant
(IGrantable grantee, @NotNull String... actions) Grant the given principal identity permissions to perform the actions on this repository.final Grant
IRepository.Jsii$Proxy.grant
(IGrantable grantee, @NotNull String... actions) Grant the given principal identity permissions to perform the actions on this repository.RepositoryBase.grant
(IGrantable grantee, @NotNull String... actions) Grant the given principal identity permissions to perform the actions on this repository.IRepository.grantPull
(IGrantable grantee) Grant the given identity permissions to pull images in this repository.default Grant
IRepository.Jsii$Default.grantPull
(IGrantable grantee) Grant the given identity permissions to pull images in this repository.final Grant
IRepository.Jsii$Proxy.grantPull
(IGrantable grantee) Grant the given identity permissions to pull images in this repository.RepositoryBase.grantPull
(IGrantable grantee) Grant the given identity permissions to use the images in this repository.IRepository.grantPullPush
(IGrantable grantee) Grant the given identity permissions to pull and push images to this repository.default Grant
IRepository.Jsii$Default.grantPullPush
(IGrantable grantee) Grant the given identity permissions to pull and push images to this repository.final Grant
IRepository.Jsii$Proxy.grantPullPush
(IGrantable grantee) Grant the given identity permissions to pull and push images to this repository.RepositoryBase.grantPullPush
(IGrantable grantee) Grant the given identity permissions to pull and push images to this repository.static void
AuthorizationToken.grantRead
(IGrantable grantee) Grant access to retrieve an authorization token.static void
PublicGalleryAuthorizationToken.grantRead
(IGrantable grantee) Grant access to retrieve an authorization token. -
Uses of IGrantable in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs with parameters of type IGrantableModifier and TypeMethodDescriptionabstract Grant
Secret.grantRead
(IGrantable grantee) Grants reading the secret to a principal. -
Uses of IGrantable in software.amazon.awscdk.services.efs
Methods in software.amazon.awscdk.services.efs with parameters of type IGrantableModifier and TypeMethodDescriptionFileSystem.grant
(IGrantable grantee, @NotNull String... actions) Grant the actions defined in actions to the given grantee on this File System resource.IFileSystem.grant
(IGrantable grantee, @NotNull String... actions) Grant the actions defined in actions to the given grantee on this File System resource.default Grant
IFileSystem.Jsii$Default.grant
(IGrantable grantee, @NotNull String... actions) Grant the actions defined in actions to the given grantee on this File System resource.final Grant
IFileSystem.Jsii$Proxy.grant
(IGrantable grantee, @NotNull String... actions) Grant the actions defined in actions to the given grantee on this File System resource. -
Uses of IGrantable in software.amazon.awscdk.services.eks
Classes in software.amazon.awscdk.services.eks that implement IGrantable -
Uses of IGrantable in software.amazon.awscdk.services.elasticsearch
Methods in software.amazon.awscdk.services.elasticsearch with parameters of type IGrantableModifier and TypeMethodDescriptionDomain.grantIndexRead
(String index, IGrantable identity) Deprecated.use opensearchservice module insteadIDomain.grantIndexRead
(String index, IGrantable identity) Deprecated.use opensearchservice module insteaddefault Grant
IDomain.Jsii$Default.grantIndexRead
(String index, IGrantable identity) Deprecated.use opensearchservice module insteadfinal Grant
IDomain.Jsii$Proxy.grantIndexRead
(String index, IGrantable identity) Deprecated.use opensearchservice module insteadDomain.grantIndexReadWrite
(String index, IGrantable identity) Deprecated.use opensearchservice module insteadIDomain.grantIndexReadWrite
(String index, IGrantable identity) Deprecated.use opensearchservice module insteaddefault Grant
IDomain.Jsii$Default.grantIndexReadWrite
(String index, IGrantable identity) Deprecated.use opensearchservice module insteadfinal Grant
IDomain.Jsii$Proxy.grantIndexReadWrite
(String index, IGrantable identity) Deprecated.use opensearchservice module insteadDomain.grantIndexWrite
(String index, IGrantable identity) Deprecated.use opensearchservice module insteadIDomain.grantIndexWrite
(String index, IGrantable identity) Deprecated.use opensearchservice module insteaddefault Grant
IDomain.Jsii$Default.grantIndexWrite
(String index, IGrantable identity) Deprecated.use opensearchservice module insteadfinal Grant
IDomain.Jsii$Proxy.grantIndexWrite
(String index, IGrantable identity) Deprecated.use opensearchservice module insteadDomain.grantPathRead
(String path, IGrantable identity) Deprecated.use opensearchservice module insteadIDomain.grantPathRead
(String path, IGrantable identity) Deprecated.use opensearchservice module insteaddefault Grant
IDomain.Jsii$Default.grantPathRead
(String path, IGrantable identity) Deprecated.use opensearchservice module insteadfinal Grant
IDomain.Jsii$Proxy.grantPathRead
(String path, IGrantable identity) Deprecated.use opensearchservice module insteadDomain.grantPathReadWrite
(String path, IGrantable identity) Deprecated.use opensearchservice module insteadIDomain.grantPathReadWrite
(String path, IGrantable identity) Deprecated.use opensearchservice module insteaddefault Grant
IDomain.Jsii$Default.grantPathReadWrite
(String path, IGrantable identity) Deprecated.use opensearchservice module insteadfinal Grant
IDomain.Jsii$Proxy.grantPathReadWrite
(String path, IGrantable identity) Deprecated.use opensearchservice module insteadDomain.grantPathWrite
(String path, IGrantable identity) Deprecated.use opensearchservice module insteadIDomain.grantPathWrite
(String path, IGrantable identity) Deprecated.use opensearchservice module insteaddefault Grant
IDomain.Jsii$Default.grantPathWrite
(String path, IGrantable identity) Deprecated.use opensearchservice module insteadfinal Grant
IDomain.Jsii$Proxy.grantPathWrite
(String path, IGrantable identity) Deprecated.use opensearchservice module insteadDomain.grantRead
(IGrantable identity) Deprecated.use opensearchservice module insteadIDomain.grantRead
(IGrantable identity) Deprecated.use opensearchservice module insteaddefault Grant
IDomain.Jsii$Default.grantRead
(IGrantable identity) Deprecated.use opensearchservice module insteadfinal Grant
IDomain.Jsii$Proxy.grantRead
(IGrantable identity) Deprecated.use opensearchservice module insteadDomain.grantReadWrite
(IGrantable identity) Deprecated.use opensearchservice module insteadIDomain.grantReadWrite
(IGrantable identity) Deprecated.use opensearchservice module insteaddefault Grant
IDomain.Jsii$Default.grantReadWrite
(IGrantable identity) Deprecated.use opensearchservice module insteadfinal Grant
IDomain.Jsii$Proxy.grantReadWrite
(IGrantable identity) Deprecated.use opensearchservice module insteadDomain.grantWrite
(IGrantable identity) Deprecated.use opensearchservice module insteadIDomain.grantWrite
(IGrantable identity) Deprecated.use opensearchservice module insteaddefault Grant
IDomain.Jsii$Default.grantWrite
(IGrantable identity) Deprecated.use opensearchservice module insteadfinal Grant
IDomain.Jsii$Proxy.grantWrite
(IGrantable identity) Deprecated.use opensearchservice module instead -
Uses of IGrantable in software.amazon.awscdk.services.events
Methods in software.amazon.awscdk.services.events with parameters of type IGrantableModifier and TypeMethodDescriptionstatic Grant
EventBus.grantAllPutEvents
(IGrantable grantee) Permits an IAM Principal to send custom events to EventBridge so that they can be matched to rules.static Grant
EventBus.grantPutEvents
(IGrantable grantee) Deprecated.use grantAllPutEvents insteadEventBus.grantPutEventsTo
(IGrantable grantee) Grants an IAM Principal to send custom events to the eventBus so that they can be matched to rules.IEventBus.grantPutEventsTo
(IGrantable grantee) Grants an IAM Principal to send custom events to the eventBus so that they can be matched to rules.default Grant
IEventBus.Jsii$Default.grantPutEventsTo
(IGrantable grantee) Grants an IAM Principal to send custom events to the eventBus so that they can be matched to rules.final Grant
IEventBus.Jsii$Proxy.grantPutEventsTo
(IGrantable grantee) Grants an IAM Principal to send custom events to the eventBus so that they can be matched to rules. -
Uses of IGrantable in software.amazon.awscdk.services.glue
Subinterfaces of IGrantable in software.amazon.awscdk.services.glueModifier and TypeInterfaceDescriptioninterface
(experimental) Interface representing a created or an importedJob
.static interface
Internal default implementation forIJob
.Classes in software.amazon.awscdk.services.glue that implement IGrantableModifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.class
(experimental) A Glue Job.Methods in software.amazon.awscdk.services.glue with parameters of type IGrantableModifier and TypeMethodDescriptionAssetCode.bind
(software.constructs.Construct scope, IGrantable grantable) (experimental) Called when the Job is initialized to allow this object to bind.abstract CodeConfig
Code.bind
(software.constructs.Construct scope, IGrantable grantable) (experimental) Called when the Job is initialized to allow this object to bind.S3Code.bind
(software.constructs.Construct _scope, IGrantable grantable) (experimental) Called when the Job is initialized to allow this object to bind.Table.grant
(IGrantable grantee, List<String> actions) (experimental) Grant the given identity custom permissions.Table.grantRead
(IGrantable grantee) (experimental) Grant read permissions to the table and the underlying data stored in S3 to an IAM principal.Table.grantReadWrite
(IGrantable grantee) (experimental) Grant read and write permissions to the table and the underlying data stored in S3 to an IAM principal.Table.grantToUnderlyingResources
(IGrantable grantee, List<String> actions) (experimental) Grant the given identity custom permissions to ALL underlying resources of the table.Table.grantWrite
(IGrantable grantee) (experimental) Grant write permissions to the table and the underlying data stored in S3 to an IAM principal. -
Uses of IGrantable in software.amazon.awscdk.services.iam
Subinterfaces of IGrantable in software.amazon.awscdk.services.iamModifier and TypeInterfaceDescriptioninterface
A type of principal that has more control over its own representation in AssumeRolePolicyDocuments.static interface
Internal default implementation forIAssumeRolePrincipal
.interface
Interface for principals that can be compared.static interface
Internal default implementation forIComparablePrincipal
.static interface
Internal default implementation forIGrantable
.interface
Represents an IAM Group.static interface
Internal default implementation forIGroup
.interface
A construct that represents an IAM principal, such as a user, group or role.static interface
Internal default implementation forIIdentity
.interface
Represents a logical IAM principal.static interface
Internal default implementation forIPrincipal
.interface
A Role object.static interface
Internal default implementation forIRole
.interface
Represents an IAM user.static interface
Internal default implementation forIUser
.Classes in software.amazon.awscdk.services.iam that implement IGrantableModifier and TypeClassDescriptionclass
Specify AWS account ID as the principal entity in a policy to delegate authority to the account.class
Use the AWS account into which a stack is deployed as the principal entity in a policy.class
Deprecated.useAnyPrincipal
class
A principal representing all AWS identities in all accounts.class
Specify a principal by the Amazon Resource Name (ARN).class
A policy principal for canonicalUserIds - useful for S3 bucket policies that use Origin Access identities.class
Represents a principal that has multiple types of principals.class
Principal entity that represents a federated identity provider such as Amazon Cognito, that can be used to provide temporary security credentials to users who have been authenticated.class
An IAM Group (collection of IAM users) lets you specify permissions for multiple users, which can make it easier to manage permissions for those users.static final class
A proxy class which represents a concrete javascript instance of this type.static final class
A proxy class which represents a concrete javascript instance of this type.static final class
A proxy class which represents a concrete javascript instance of this type.static final class
A proxy class which represents a concrete javascript instance of this type.static final class
A proxy class which represents a concrete javascript instance of this type.static final class
A proxy class which represents a concrete javascript instance of this type.static final class
A proxy class which represents a concrete javascript instance of this type.static final class
A proxy class which represents a concrete javascript instance of this type.class
An IAM role that only gets attached to the construct tree once it gets used, not before.class
A principal that represents a federated identity provider as from a OpenID Connect provider.class
A principal that represents an AWS Organization.class
Base class for policy principals.class
An IAM principal with additional conditions specifying when the policy is in effect.class
IAM Role.class
Principal entity that represents a SAML federated identity provider for programmatic and AWS Management Console access.class
Principal entity that represents a SAML federated identity provider.class
An IAM principal that represents an AWS service (i.e.class
Enables session tags on role assumptions from a principal.class
A principal that uses a literal '*' in the IAM JSON language.class
A principal for use in resources that need to have a role but it's unknown.class
Define a new IAM user.class
A principal that represents a federated identity provider as Web Identity such as Cognito, Amazon, Facebook, Google, etc.Methods in software.amazon.awscdk.services.iam that return IGrantableModifier and TypeMethodDescriptionCommonGrantOptions.getGrantee()
The principal to grant to.final IGrantable
CommonGrantOptions.Jsii$Proxy.getGrantee()
final IGrantable
GrantOnPrincipalAndResourceOptions.Jsii$Proxy.getGrantee()
final IGrantable
GrantOnPrincipalOptions.Jsii$Proxy.getGrantee()
final IGrantable
GrantWithResourceOptions.Jsii$Proxy.getGrantee()
Methods in software.amazon.awscdk.services.iam with parameters of type IGrantableModifier and TypeMethodDescriptionstatic Grant
Grant.drop
(IGrantable grantee, String _intent) Returns a "no-op"Grant
object which represents a "dropped grant".CommonGrantOptions.Builder.grantee
(IGrantable grantee) Sets the value ofCommonGrantOptions.getGrantee()
GrantOnPrincipalAndResourceOptions.Builder.grantee
(IGrantable grantee) Sets the value ofCommonGrantOptions.getGrantee()
GrantOnPrincipalOptions.Builder.grantee
(IGrantable grantee) Sets the value ofCommonGrantOptions.getGrantee()
GrantWithResourceOptions.Builder.grantee
(IGrantable grantee) Sets the value ofCommonGrantOptions.getGrantee()
-
Uses of IGrantable in software.amazon.awscdk.services.iotevents
Methods in software.amazon.awscdk.services.iotevents with parameters of type IGrantableModifier and TypeMethodDescriptionIInput.grant
(IGrantable grantee, @NotNull String... actions) (experimental) Grant the indicated permissions on this input to the given IAM principal (Role/Group/User).default Grant
IInput.Jsii$Default.grant
(IGrantable grantee, @NotNull String... actions) (experimental) Grant the indicated permissions on this input to the given IAM principal (Role/Group/User).final Grant
IInput.Jsii$Proxy.grant
(IGrantable grantee, @NotNull String... actions) (experimental) Grant the indicated permissions on this input to the given IAM principal (Role/Group/User).Input.grant
(IGrantable grantee, @NotNull String... actions) (experimental) Grant the indicated permissions on this input to the given IAM principal (Role/Group/User).IInput.grantWrite
(IGrantable grantee) (experimental) Grant write permissions on this input and its contents to an IAM principal (Role/Group/User).default Grant
IInput.Jsii$Default.grantWrite
(IGrantable grantee) (experimental) Grant write permissions on this input and its contents to an IAM principal (Role/Group/User).final Grant
IInput.Jsii$Proxy.grantWrite
(IGrantable grantee) (experimental) Grant write permissions on this input and its contents to an IAM principal (Role/Group/User).Input.grantWrite
(IGrantable grantee) (experimental) Grant write permissions on this input and its contents to an IAM principal (Role/Group/User). -
Uses of IGrantable in software.amazon.awscdk.services.kinesis
Methods in software.amazon.awscdk.services.kinesis with parameters of type IGrantableModifier and TypeMethodDescriptionIStream.grant
(IGrantable grantee, @NotNull String... actions) Grant the indicated permissions on this stream to the provided IAM principal.default Grant
IStream.Jsii$Default.grant
(IGrantable grantee, @NotNull String... actions) Grant the indicated permissions on this stream to the provided IAM principal.final Grant
IStream.Jsii$Proxy.grant
(IGrantable grantee, @NotNull String... actions) Grant the indicated permissions on this stream to the provided IAM principal.Stream.grant
(IGrantable grantee, @NotNull String... actions) Grant the indicated permissions on this stream to the given IAM principal (Role/Group/User).IStream.grantRead
(IGrantable grantee) Grant read permissions for this stream and its contents to an IAM principal (Role/Group/User).default Grant
IStream.Jsii$Default.grantRead
(IGrantable grantee) Grant read permissions for this stream and its contents to an IAM principal (Role/Group/User).final Grant
IStream.Jsii$Proxy.grantRead
(IGrantable grantee) Grant read permissions for this stream and its contents to an IAM principal (Role/Group/User).Stream.grantRead
(IGrantable grantee) Grant read permissions for this stream and its contents to an IAM principal (Role/Group/User).IStream.grantReadWrite
(IGrantable grantee) Grants read/write permissions for this stream and its contents to an IAM principal (Role/Group/User).default Grant
IStream.Jsii$Default.grantReadWrite
(IGrantable grantee) Grants read/write permissions for this stream and its contents to an IAM principal (Role/Group/User).final Grant
IStream.Jsii$Proxy.grantReadWrite
(IGrantable grantee) Grants read/write permissions for this stream and its contents to an IAM principal (Role/Group/User).Stream.grantReadWrite
(IGrantable grantee) Grants read/write permissions for this stream and its contents to an IAM principal (Role/Group/User).IStream.grantWrite
(IGrantable grantee) Grant write permissions for this stream and its contents to an IAM principal (Role/Group/User).default Grant
IStream.Jsii$Default.grantWrite
(IGrantable grantee) Grant write permissions for this stream and its contents to an IAM principal (Role/Group/User).final Grant
IStream.Jsii$Proxy.grantWrite
(IGrantable grantee) Grant write permissions for this stream and its contents to an IAM principal (Role/Group/User).Stream.grantWrite
(IGrantable grantee) Grant write permissions for this stream and its contents to an IAM principal (Role/Group/User). -
Uses of IGrantable in software.amazon.awscdk.services.kinesis.analytics.flink
Subinterfaces of IGrantable in software.amazon.awscdk.services.kinesis.analytics.flinkModifier and TypeInterfaceDescriptioninterface
(experimental) An interface expressing the public properties on both an imported and CDK-created Flink application.static interface
Internal default implementation forIApplication
.Classes in software.amazon.awscdk.services.kinesis.analytics.flink that implement IGrantableModifier and TypeClassDescriptionclass
(experimental) The L2 construct for Flink Kinesis Data Applications.static final class
A proxy class which represents a concrete javascript instance of this type. -
Uses of IGrantable in software.amazon.awscdk.services.kinesisfirehose
Subinterfaces of IGrantable in software.amazon.awscdk.services.kinesisfirehoseModifier and TypeInterfaceDescriptioninterface
(experimental) Represents a Kinesis Data Firehose delivery stream.static interface
Internal default implementation forIDeliveryStream
.Classes in software.amazon.awscdk.services.kinesisfirehose that implement IGrantableModifier and TypeClassDescriptionclass
(experimental) Create a Kinesis Data Firehose delivery stream.static final class
A proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.kinesisfirehose with parameters of type IGrantableModifier and TypeMethodDescriptionDeliveryStream.grant
(IGrantable grantee, @NotNull String... actions) (experimental) Grant thegrantee
identity permissions to performactions
.IDeliveryStream.grant
(IGrantable grantee, @NotNull String... actions) (experimental) Grant thegrantee
identity permissions to performactions
.default Grant
IDeliveryStream.Jsii$Default.grant
(IGrantable grantee, @NotNull String... actions) (experimental) Grant thegrantee
identity permissions to performactions
.final Grant
IDeliveryStream.Jsii$Proxy.grant
(IGrantable grantee, @NotNull String... actions) (experimental) Grant thegrantee
identity permissions to performactions
.DeliveryStream.grantPutRecords
(IGrantable grantee) (experimental) Grant thegrantee
identity permissions to performfirehose:PutRecord
andfirehose:PutRecordBatch
actions on this delivery stream.IDeliveryStream.grantPutRecords
(IGrantable grantee) (experimental) Grant thegrantee
identity permissions to performfirehose:PutRecord
andfirehose:PutRecordBatch
actions on this delivery stream.default Grant
IDeliveryStream.Jsii$Default.grantPutRecords
(IGrantable grantee) (experimental) Grant thegrantee
identity permissions to performfirehose:PutRecord
andfirehose:PutRecordBatch
actions on this delivery stream.final Grant
IDeliveryStream.Jsii$Proxy.grantPutRecords
(IGrantable grantee) (experimental) Grant thegrantee
identity permissions to performfirehose:PutRecord
andfirehose:PutRecordBatch
actions on this delivery stream. -
Uses of IGrantable in software.amazon.awscdk.services.kms
Classes in software.amazon.awscdk.services.kms that implement IGrantableModifier and TypeClassDescriptionclass
A principal to allow access to a key if it's being used through another AWS service.Methods in software.amazon.awscdk.services.kms with parameters of type IGrantableModifier and TypeMethodDescriptionAlias.grant
(IGrantable grantee, @NotNull String... actions) Grant the indicated permissions on this key to the given principal.default Grant
IAlias.Jsii$Default.grant
(IGrantable grantee, @NotNull String... actions) Grant the indicated permissions on this key to the given principal.final Grant
IAlias.Jsii$Proxy.grant
(IGrantable grantee, @NotNull String... actions) Grant the indicated permissions on this key to the given principal.IKey.grant
(IGrantable grantee, @NotNull String... actions) Grant the indicated permissions on this key to the given principal.default Grant
IKey.Jsii$Default.grant
(IGrantable grantee, @NotNull String... actions) Grant the indicated permissions on this key to the given principal.final Grant
IKey.Jsii$Proxy.grant
(IGrantable grantee, @NotNull String... actions) Grant the indicated permissions on this key to the given principal.Key.grant
(IGrantable grantee, @NotNull String... actions) Grant the indicated permissions on this key to the given principal.Key.grantAdmin
(IGrantable grantee) Grant admins permissions using this key to the given principal.Alias.grantDecrypt
(IGrantable grantee) Grant decryption permissions using this key to the given principal.default Grant
IAlias.Jsii$Default.grantDecrypt
(IGrantable grantee) Grant decryption permissions using this key to the given principal.final Grant
IAlias.Jsii$Proxy.grantDecrypt
(IGrantable grantee) Grant decryption permissions using this key to the given principal.IKey.grantDecrypt
(IGrantable grantee) Grant decryption permissions using this key to the given principal.default Grant
IKey.Jsii$Default.grantDecrypt
(IGrantable grantee) Grant decryption permissions using this key to the given principal.final Grant
IKey.Jsii$Proxy.grantDecrypt
(IGrantable grantee) Grant decryption permissions using this key to the given principal.Key.grantDecrypt
(IGrantable grantee) Grant decryption permissions using this key to the given principal.Alias.grantEncrypt
(IGrantable grantee) Grant encryption permissions using this key to the given principal.default Grant
IAlias.Jsii$Default.grantEncrypt
(IGrantable grantee) Grant encryption permissions using this key to the given principal.final Grant
IAlias.Jsii$Proxy.grantEncrypt
(IGrantable grantee) Grant encryption permissions using this key to the given principal.IKey.grantEncrypt
(IGrantable grantee) Grant encryption permissions using this key to the given principal.default Grant
IKey.Jsii$Default.grantEncrypt
(IGrantable grantee) Grant encryption permissions using this key to the given principal.final Grant
IKey.Jsii$Proxy.grantEncrypt
(IGrantable grantee) Grant encryption permissions using this key to the given principal.Key.grantEncrypt
(IGrantable grantee) Grant encryption permissions using this key to the given principal.Alias.grantEncryptDecrypt
(IGrantable grantee) Grant encryption and decryption permissions using this key to the given principal.default Grant
IAlias.Jsii$Default.grantEncryptDecrypt
(IGrantable grantee) Grant encryption and decryption permissions using this key to the given principal.final Grant
IAlias.Jsii$Proxy.grantEncryptDecrypt
(IGrantable grantee) Grant encryption and decryption permissions using this key to the given principal.IKey.grantEncryptDecrypt
(IGrantable grantee) Grant encryption and decryption permissions using this key to the given principal.default Grant
IKey.Jsii$Default.grantEncryptDecrypt
(IGrantable grantee) Grant encryption and decryption permissions using this key to the given principal.final Grant
IKey.Jsii$Proxy.grantEncryptDecrypt
(IGrantable grantee) Grant encryption and decryption permissions using this key to the given principal.Key.grantEncryptDecrypt
(IGrantable grantee) Grant encryption and decryption permissions using this key to the given principal. -
Uses of IGrantable in software.amazon.awscdk.services.lambda
Subinterfaces of IGrantable in software.amazon.awscdk.services.lambdaModifier and TypeInterfaceDescriptioninterface
static interface
Internal default implementation forIAlias
.interface
static interface
Internal default implementation forIFunction
.interface
static interface
Internal default implementation forIVersion
.Classes in software.amazon.awscdk.services.lambda that implement IGrantableModifier and TypeClassDescriptionclass
A new alias to a particular version of a Lambda function.class
Create a lambda function where the handler is a docker image.class
Deploys a file from inside the construct library as a function.class
static final class
A proxy class which represents a concrete javascript instance of this type.static final class
A proxy class which represents a concrete javascript instance of this type.static final class
A proxy class which represents a concrete javascript instance of this type.class
class
A Lambda that will only ever be added to a stack once.class
Tag the current state of a Function with a Version number.Methods in software.amazon.awscdk.services.lambda with parameters of type IGrantableModifier and TypeMethodDescriptionFunctionBase.grantInvoke
(IGrantable grantee) Grant the given identity permissions to invoke this Lambda.default Grant
IAlias.Jsii$Default.grantInvoke
(IGrantable identity) Grant the given identity permissions to invoke this Lambda.final Grant
IAlias.Jsii$Proxy.grantInvoke
(IGrantable identity) Grant the given identity permissions to invoke this Lambda.IFunction.grantInvoke
(IGrantable identity) Grant the given identity permissions to invoke this Lambda.default Grant
IFunction.Jsii$Default.grantInvoke
(IGrantable identity) Grant the given identity permissions to invoke this Lambda.final Grant
IFunction.Jsii$Proxy.grantInvoke
(IGrantable identity) Grant the given identity permissions to invoke this Lambda.default Grant
IVersion.Jsii$Default.grantInvoke
(IGrantable identity) Grant the given identity permissions to invoke this Lambda.final Grant
IVersion.Jsii$Proxy.grantInvoke
(IGrantable identity) Grant the given identity permissions to invoke this Lambda.FunctionBase.grantInvokeUrl
(IGrantable grantee) Grant the given identity permissions to invoke this Lambda Function URL.FunctionUrl.grantInvokeUrl
(IGrantable grantee) Grant the given identity permissions to invoke this Lambda Function URL.default Grant
IAlias.Jsii$Default.grantInvokeUrl
(IGrantable identity) Grant the given identity permissions to invoke this Lambda Function URL.final Grant
IAlias.Jsii$Proxy.grantInvokeUrl
(IGrantable identity) Grant the given identity permissions to invoke this Lambda Function URL.IFunction.grantInvokeUrl
(IGrantable identity) Grant the given identity permissions to invoke this Lambda Function URL.default Grant
IFunction.Jsii$Default.grantInvokeUrl
(IGrantable identity) Grant the given identity permissions to invoke this Lambda Function URL.final Grant
IFunction.Jsii$Proxy.grantInvokeUrl
(IGrantable identity) Grant the given identity permissions to invoke this Lambda Function URL.IFunctionUrl.grantInvokeUrl
(IGrantable identity) Grant the given identity permissions to invoke this Lambda Function URL.default Grant
IFunctionUrl.Jsii$Default.grantInvokeUrl
(IGrantable identity) Grant the given identity permissions to invoke this Lambda Function URL.final Grant
IFunctionUrl.Jsii$Proxy.grantInvokeUrl
(IGrantable identity) Grant the given identity permissions to invoke this Lambda Function URL.default Grant
IVersion.Jsii$Default.grantInvokeUrl
(IGrantable identity) Grant the given identity permissions to invoke this Lambda Function URL.final Grant
IVersion.Jsii$Proxy.grantInvokeUrl
(IGrantable identity) Grant the given identity permissions to invoke this Lambda Function URL. -
Uses of IGrantable in software.amazon.awscdk.services.lambda.go
Classes in software.amazon.awscdk.services.lambda.go that implement IGrantable -
Uses of IGrantable in software.amazon.awscdk.services.lambda.nodejs
Classes in software.amazon.awscdk.services.lambda.nodejs that implement IGrantableModifier and TypeClassDescriptionclass
A Node.js Lambda function bundled using esbuild. -
Uses of IGrantable in software.amazon.awscdk.services.lambda.python
Classes in software.amazon.awscdk.services.lambda.python that implement IGrantable -
Uses of IGrantable in software.amazon.awscdk.services.logs
Methods in software.amazon.awscdk.services.logs with parameters of type IGrantableModifier and TypeMethodDescriptionILogGroup.grant
(IGrantable grantee, @NotNull String... actions) Give the indicated permissions on this log group and all streams.default Grant
ILogGroup.Jsii$Default.grant
(IGrantable grantee, @NotNull String... actions) Give the indicated permissions on this log group and all streams.final Grant
ILogGroup.Jsii$Proxy.grant
(IGrantable grantee, @NotNull String... actions) Give the indicated permissions on this log group and all streams.LogGroup.grant
(IGrantable grantee, @NotNull String... actions) Give the indicated permissions on this log group and all streams.ILogGroup.grantWrite
(IGrantable grantee) Give permissions to write to create and write to streams in this log group.default Grant
ILogGroup.Jsii$Default.grantWrite
(IGrantable grantee) Give permissions to write to create and write to streams in this log group.final Grant
ILogGroup.Jsii$Proxy.grantWrite
(IGrantable grantee) Give permissions to write to create and write to streams in this log group.LogGroup.grantWrite
(IGrantable grantee) Give permissions to create and write to streams in this log group. -
Uses of IGrantable in software.amazon.awscdk.services.neptune
Methods in software.amazon.awscdk.services.neptune with parameters of type IGrantableModifier and TypeMethodDescriptionDatabaseClusterBase.grantConnect
(IGrantable grantee) (experimental) Grant the given identity connection access to the database.IDatabaseCluster.grantConnect
(IGrantable grantee) (experimental) Grant the given identity connection access to the database.default Grant
IDatabaseCluster.Jsii$Default.grantConnect
(IGrantable grantee) (experimental) Grant the given identity connection access to the database.final Grant
IDatabaseCluster.Jsii$Proxy.grantConnect
(IGrantable grantee) (experimental) Grant the given identity connection access to the database. -
Uses of IGrantable in software.amazon.awscdk.services.opensearchservice
Methods in software.amazon.awscdk.services.opensearchservice with parameters of type IGrantableModifier and TypeMethodDescriptionDomain.grantIndexRead
(String index, IGrantable identity) Grant read permissions for an index in this domain to an IAM principal (Role/Group/User).IDomain.grantIndexRead
(String index, IGrantable identity) Grant read permissions for an index in this domain to an IAM principal (Role/Group/User).default Grant
IDomain.Jsii$Default.grantIndexRead
(String index, IGrantable identity) Grant read permissions for an index in this domain to an IAM principal (Role/Group/User).final Grant
IDomain.Jsii$Proxy.grantIndexRead
(String index, IGrantable identity) Grant read permissions for an index in this domain to an IAM principal (Role/Group/User).Domain.grantIndexReadWrite
(String index, IGrantable identity) Grant read/write permissions for an index in this domain to an IAM principal (Role/Group/User).IDomain.grantIndexReadWrite
(String index, IGrantable identity) Grant read/write permissions for an index in this domain to an IAM principal (Role/Group/User).default Grant
IDomain.Jsii$Default.grantIndexReadWrite
(String index, IGrantable identity) Grant read/write permissions for an index in this domain to an IAM principal (Role/Group/User).final Grant
IDomain.Jsii$Proxy.grantIndexReadWrite
(String index, IGrantable identity) Grant read/write permissions for an index in this domain to an IAM principal (Role/Group/User).Domain.grantIndexWrite
(String index, IGrantable identity) Grant write permissions for an index in this domain to an IAM principal (Role/Group/User).IDomain.grantIndexWrite
(String index, IGrantable identity) Grant write permissions for an index in this domain to an IAM principal (Role/Group/User).default Grant
IDomain.Jsii$Default.grantIndexWrite
(String index, IGrantable identity) Grant write permissions for an index in this domain to an IAM principal (Role/Group/User).final Grant
IDomain.Jsii$Proxy.grantIndexWrite
(String index, IGrantable identity) Grant write permissions for an index in this domain to an IAM principal (Role/Group/User).Domain.grantPathRead
(String path, IGrantable identity) Grant read permissions for a specific path in this domain to an IAM principal (Role/Group/User).IDomain.grantPathRead
(String path, IGrantable identity) Grant read permissions for a specific path in this domain to an IAM principal (Role/Group/User).default Grant
IDomain.Jsii$Default.grantPathRead
(String path, IGrantable identity) Grant read permissions for a specific path in this domain to an IAM principal (Role/Group/User).final Grant
IDomain.Jsii$Proxy.grantPathRead
(String path, IGrantable identity) Grant read permissions for a specific path in this domain to an IAM principal (Role/Group/User).Domain.grantPathReadWrite
(String path, IGrantable identity) Grant read/write permissions for a specific path in this domain to an IAM principal (Role/Group/User).IDomain.grantPathReadWrite
(String path, IGrantable identity) Grant read/write permissions for a specific path in this domain to an IAM principal (Role/Group/User).default Grant
IDomain.Jsii$Default.grantPathReadWrite
(String path, IGrantable identity) Grant read/write permissions for a specific path in this domain to an IAM principal (Role/Group/User).final Grant
IDomain.Jsii$Proxy.grantPathReadWrite
(String path, IGrantable identity) Grant read/write permissions for a specific path in this domain to an IAM principal (Role/Group/User).Domain.grantPathWrite
(String path, IGrantable identity) Grant write permissions for a specific path in this domain to an IAM principal (Role/Group/User).IDomain.grantPathWrite
(String path, IGrantable identity) Grant write permissions for a specific path in this domain to an IAM principal (Role/Group/User).default Grant
IDomain.Jsii$Default.grantPathWrite
(String path, IGrantable identity) Grant write permissions for a specific path in this domain to an IAM principal (Role/Group/User).final Grant
IDomain.Jsii$Proxy.grantPathWrite
(String path, IGrantable identity) Grant write permissions for a specific path in this domain to an IAM principal (Role/Group/User).Domain.grantRead
(IGrantable identity) Grant read permissions for this domain and its contents to an IAM principal (Role/Group/User).IDomain.grantRead
(IGrantable identity) Grant read permissions for this domain and its contents to an IAM principal (Role/Group/User).default Grant
IDomain.Jsii$Default.grantRead
(IGrantable identity) Grant read permissions for this domain and its contents to an IAM principal (Role/Group/User).final Grant
IDomain.Jsii$Proxy.grantRead
(IGrantable identity) Grant read permissions for this domain and its contents to an IAM principal (Role/Group/User).Domain.grantReadWrite
(IGrantable identity) Grant read/write permissions for this domain and its contents to an IAM principal (Role/Group/User).IDomain.grantReadWrite
(IGrantable identity) Grant read/write permissions for this domain and its contents to an IAM principal (Role/Group/User).default Grant
IDomain.Jsii$Default.grantReadWrite
(IGrantable identity) Grant read/write permissions for this domain and its contents to an IAM principal (Role/Group/User).final Grant
IDomain.Jsii$Proxy.grantReadWrite
(IGrantable identity) Grant read/write permissions for this domain and its contents to an IAM principal (Role/Group/User).Domain.grantWrite
(IGrantable identity) Grant write permissions for this domain and its contents to an IAM principal (Role/Group/User).IDomain.grantWrite
(IGrantable identity) Grant write permissions for this domain and its contents to an IAM principal (Role/Group/User).default Grant
IDomain.Jsii$Default.grantWrite
(IGrantable identity) Grant write permissions for this domain and its contents to an IAM principal (Role/Group/User).final Grant
IDomain.Jsii$Proxy.grantWrite
(IGrantable identity) Grant write permissions for this domain and its contents to an IAM principal (Role/Group/User). -
Uses of IGrantable in software.amazon.awscdk.services.rds
Methods in software.amazon.awscdk.services.rds with parameters of type IGrantableModifier and TypeMethodDescriptionDatabaseInstanceBase.grantConnect
(IGrantable grantee) Grant the given identity connection access to the database.DatabaseProxy.grantConnect
(IGrantable grantee) Grant the given identity connection access to the proxy.DatabaseProxy.grantConnect
(IGrantable grantee, String dbUser) Grant the given identity connection access to the proxy.IDatabaseInstance.grantConnect
(IGrantable grantee) Grant the given identity connection access to the database.default Grant
IDatabaseInstance.Jsii$Default.grantConnect
(IGrantable grantee) Grant the given identity connection access to the database.final Grant
IDatabaseInstance.Jsii$Proxy.grantConnect
(IGrantable grantee) Grant the given identity connection access to the database.IDatabaseProxy.grantConnect
(IGrantable grantee) Grant the given identity connection access to the proxy.IDatabaseProxy.grantConnect
(IGrantable grantee, String dbUser) Grant the given identity connection access to the proxy.default Grant
IDatabaseProxy.Jsii$Default.grantConnect
(IGrantable grantee, String dbUser) Grant the given identity connection access to the proxy.final Grant
IDatabaseProxy.Jsii$Proxy.grantConnect
(IGrantable grantee) Grant the given identity connection access to the proxy.final Grant
IDatabaseProxy.Jsii$Proxy.grantConnect
(IGrantable grantee, String dbUser) Grant the given identity connection access to the proxy.IServerlessCluster.grantDataApiAccess
(IGrantable grantee) Grant the given identity to access to the Data API.default Grant
IServerlessCluster.Jsii$Default.grantDataApiAccess
(IGrantable grantee) Grant the given identity to access to the Data API.final Grant
IServerlessCluster.Jsii$Proxy.grantDataApiAccess
(IGrantable grantee) Grant the given identity to access to the Data API.ServerlessCluster.grantDataApiAccess
(IGrantable grantee) Grant the given identity to access to the Data API, including read access to the secret attached to the cluster if present.ServerlessClusterFromSnapshot.grantDataApiAccess
(IGrantable grantee) Grant the given identity to access to the Data API, including read access to the secret attached to the cluster if present. -
Uses of IGrantable in software.amazon.awscdk.services.s3
Methods in software.amazon.awscdk.services.s3 with parameters of type IGrantableModifier and TypeMethodDescriptionBucketBase.grantDelete
(IGrantable identity) Grants s3:DeleteObject* permission to an IAM principal for objects in this bucket.BucketBase.grantDelete
(IGrantable identity, Object objectsKeyPattern) Grants s3:DeleteObject* permission to an IAM principal for objects in this bucket.IBucket.grantDelete
(IGrantable identity) Grants s3:DeleteObject* permission to an IAM principal for objects in this bucket.IBucket.grantDelete
(IGrantable identity, Object objectsKeyPattern) Grants s3:DeleteObject* permission to an IAM principal for objects in this bucket.default Grant
IBucket.Jsii$Default.grantDelete
(IGrantable identity, Object objectsKeyPattern) Grants s3:DeleteObject* permission to an IAM principal for objects in this bucket.final Grant
IBucket.Jsii$Proxy.grantDelete
(IGrantable identity) Grants s3:DeleteObject* permission to an IAM principal for objects in this bucket.final Grant
IBucket.Jsii$Proxy.grantDelete
(IGrantable identity, Object objectsKeyPattern) Grants s3:DeleteObject* permission to an IAM principal for objects in this bucket.BucketBase.grantPut
(IGrantable identity) Grants s3:PutObject* and s3:Abort* permissions for this bucket to an IAM principal.BucketBase.grantPut
(IGrantable identity, Object objectsKeyPattern) Grants s3:PutObject* and s3:Abort* permissions for this bucket to an IAM principal.IBucket.grantPut
(IGrantable identity) Grants s3:PutObject* and s3:Abort* permissions for this bucket to an IAM principal.IBucket.grantPut
(IGrantable identity, Object objectsKeyPattern) Grants s3:PutObject* and s3:Abort* permissions for this bucket to an IAM principal.default Grant
IBucket.Jsii$Default.grantPut
(IGrantable identity, Object objectsKeyPattern) Grants s3:PutObject* and s3:Abort* permissions for this bucket to an IAM principal.final Grant
IBucket.Jsii$Proxy.grantPut
(IGrantable identity) Grants s3:PutObject* and s3:Abort* permissions for this bucket to an IAM principal.final Grant
IBucket.Jsii$Proxy.grantPut
(IGrantable identity, Object objectsKeyPattern) Grants s3:PutObject* and s3:Abort* permissions for this bucket to an IAM principal.BucketBase.grantPutAcl
(IGrantable identity) Grant the given IAM identity permissions to modify the ACLs of objects in the given Bucket.BucketBase.grantPutAcl
(IGrantable identity, String objectsKeyPattern) Grant the given IAM identity permissions to modify the ACLs of objects in the given Bucket.IBucket.grantPutAcl
(IGrantable identity) Grant the given IAM identity permissions to modify the ACLs of objects in the given Bucket.IBucket.grantPutAcl
(IGrantable identity, String objectsKeyPattern) Grant the given IAM identity permissions to modify the ACLs of objects in the given Bucket.default Grant
IBucket.Jsii$Default.grantPutAcl
(IGrantable identity, String objectsKeyPattern) Grant the given IAM identity permissions to modify the ACLs of objects in the given Bucket.final Grant
IBucket.Jsii$Proxy.grantPutAcl
(IGrantable identity) Grant the given IAM identity permissions to modify the ACLs of objects in the given Bucket.final Grant
IBucket.Jsii$Proxy.grantPutAcl
(IGrantable identity, String objectsKeyPattern) Grant the given IAM identity permissions to modify the ACLs of objects in the given Bucket.BucketBase.grantRead
(IGrantable identity) Grant read permissions for this bucket and it's contents to an IAM principal (Role/Group/User).BucketBase.grantRead
(IGrantable identity, Object objectsKeyPattern) Grant read permissions for this bucket and it's contents to an IAM principal (Role/Group/User).IBucket.grantRead
(IGrantable identity) Grant read permissions for this bucket and it's contents to an IAM principal (Role/Group/User).IBucket.grantRead
(IGrantable identity, Object objectsKeyPattern) Grant read permissions for this bucket and it's contents to an IAM principal (Role/Group/User).default Grant
IBucket.Jsii$Default.grantRead
(IGrantable identity, Object objectsKeyPattern) Grant read permissions for this bucket and it's contents to an IAM principal (Role/Group/User).final Grant
IBucket.Jsii$Proxy.grantRead
(IGrantable identity) Grant read permissions for this bucket and it's contents to an IAM principal (Role/Group/User).final Grant
IBucket.Jsii$Proxy.grantRead
(IGrantable identity, Object objectsKeyPattern) Grant read permissions for this bucket and it's contents to an IAM principal (Role/Group/User).BucketBase.grantReadWrite
(IGrantable identity) Grants read/write permissions for this bucket and it's contents to an IAM principal (Role/Group/User).BucketBase.grantReadWrite
(IGrantable identity, Object objectsKeyPattern) Grants read/write permissions for this bucket and it's contents to an IAM principal (Role/Group/User).IBucket.grantReadWrite
(IGrantable identity) Grants read/write permissions for this bucket and it's contents to an IAM principal (Role/Group/User).IBucket.grantReadWrite
(IGrantable identity, Object objectsKeyPattern) Grants read/write permissions for this bucket and it's contents to an IAM principal (Role/Group/User).default Grant
IBucket.Jsii$Default.grantReadWrite
(IGrantable identity, Object objectsKeyPattern) Grants read/write permissions for this bucket and it's contents to an IAM principal (Role/Group/User).final Grant
IBucket.Jsii$Proxy.grantReadWrite
(IGrantable identity) Grants read/write permissions for this bucket and it's contents to an IAM principal (Role/Group/User).final Grant
IBucket.Jsii$Proxy.grantReadWrite
(IGrantable identity, Object objectsKeyPattern) Grants read/write permissions for this bucket and it's contents to an IAM principal (Role/Group/User).BucketBase.grantWrite
(IGrantable identity) Grant write permissions to this bucket to an IAM principal.BucketBase.grantWrite
(IGrantable identity, Object objectsKeyPattern) Grant write permissions to this bucket to an IAM principal.IBucket.grantWrite
(IGrantable identity) Grant write permissions to this bucket to an IAM principal.IBucket.grantWrite
(IGrantable identity, Object objectsKeyPattern) Grant write permissions to this bucket to an IAM principal.default Grant
IBucket.Jsii$Default.grantWrite
(IGrantable identity, Object objectsKeyPattern) Grant write permissions to this bucket to an IAM principal.final Grant
IBucket.Jsii$Proxy.grantWrite
(IGrantable identity) Grant write permissions to this bucket to an IAM principal.final Grant
IBucket.Jsii$Proxy.grantWrite
(IGrantable identity, Object objectsKeyPattern) Grant write permissions to this bucket to an IAM principal. -
Uses of IGrantable in software.amazon.awscdk.services.s3.assets
Methods in software.amazon.awscdk.services.s3.assets that return types with arguments of type IGrantableModifier and TypeMethodDescriptiondefault List<IGrantable>
AssetOptions.getReaders()
A list of principals that should be able to read this asset from S3.final List<IGrantable>
AssetOptions.Jsii$Proxy.getReaders()
final List<IGrantable>
AssetProps.Jsii$Proxy.getReaders()
Methods in software.amazon.awscdk.services.s3.assets with parameters of type IGrantableModifier and TypeMethodDescriptionvoid
Asset.grantRead
(IGrantable grantee) Grants read permissions to the principal on the assets bucket.Method parameters in software.amazon.awscdk.services.s3.assets with type arguments of type IGrantableModifier and TypeMethodDescriptionAsset.Builder.readers
(List<? extends IGrantable> readers) A list of principals that should be able to read this asset from S3.AssetOptions.Builder.readers
(List<? extends IGrantable> readers) Sets the value ofAssetOptions.getReaders()
AssetProps.Builder.readers
(List<? extends IGrantable> readers) Sets the value ofAssetOptions.getReaders()
-
Uses of IGrantable in software.amazon.awscdk.services.secretsmanager
Methods in software.amazon.awscdk.services.secretsmanager with parameters of type IGrantableModifier and TypeMethodDescriptionISecret.grantRead
(IGrantable grantee) Grants reading the secret value to some role.ISecret.grantRead
(IGrantable grantee, List<String> versionStages) Grants reading the secret value to some role.default Grant
ISecret.Jsii$Default.grantRead
(IGrantable grantee, List<String> versionStages) Grants reading the secret value to some role.final Grant
ISecret.Jsii$Proxy.grantRead
(IGrantable grantee) Grants reading the secret value to some role.final Grant
ISecret.Jsii$Proxy.grantRead
(IGrantable grantee, List<String> versionStages) Grants reading the secret value to some role.default Grant
ISecretTargetAttachment.Jsii$Default.grantRead
(IGrantable grantee, List<String> versionStages) Grants reading the secret value to some role.final Grant
ISecretTargetAttachment.Jsii$Proxy.grantRead
(IGrantable grantee) Grants reading the secret value to some role.final Grant
ISecretTargetAttachment.Jsii$Proxy.grantRead
(IGrantable grantee, List<String> versionStages) Grants reading the secret value to some role.Secret.grantRead
(IGrantable grantee) Grants reading the secret value to some role.Secret.grantRead
(IGrantable grantee, List<String> versionStages) Grants reading the secret value to some role.SecretTargetAttachment.grantRead
(IGrantable grantee) Grants reading the secret value to some role.SecretTargetAttachment.grantRead
(IGrantable grantee, List<String> versionStages) Grants reading the secret value to some role.ISecret.grantWrite
(IGrantable grantee) Grants writing and updating the secret value to some role.default Grant
ISecret.Jsii$Default.grantWrite
(IGrantable grantee) Grants writing and updating the secret value to some role.final Grant
ISecret.Jsii$Proxy.grantWrite
(IGrantable grantee) Grants writing and updating the secret value to some role.default Grant
ISecretTargetAttachment.Jsii$Default.grantWrite
(IGrantable grantee) Grants writing and updating the secret value to some role.final Grant
ISecretTargetAttachment.Jsii$Proxy.grantWrite
(IGrantable grantee) Grants writing and updating the secret value to some role.Secret.grantWrite
(IGrantable grantee) Grants writing and updating the secret value to some role.SecretTargetAttachment.grantWrite
(IGrantable grantee) Grants writing and updating the secret value to some role. -
Uses of IGrantable in software.amazon.awscdk.services.sns
Methods in software.amazon.awscdk.services.sns with parameters of type IGrantableModifier and TypeMethodDescriptionITopic.grantPublish
(IGrantable identity) Grant topic publishing permissions to the given identity.default Grant
ITopic.Jsii$Default.grantPublish
(IGrantable identity) Grant topic publishing permissions to the given identity.final Grant
ITopic.Jsii$Proxy.grantPublish
(IGrantable identity) Grant topic publishing permissions to the given identity.TopicBase.grantPublish
(IGrantable grantee) Grant topic publishing permissions to the given identity. -
Uses of IGrantable in software.amazon.awscdk.services.sqs
Methods in software.amazon.awscdk.services.sqs with parameters of type IGrantableModifier and TypeMethodDescriptionIQueue.grant
(IGrantable grantee, @NotNull String... queueActions) Grant the actions defined in queueActions to the identity Principal given on this SQS queue resource.default Grant
IQueue.Jsii$Default.grant
(IGrantable grantee, @NotNull String... queueActions) Grant the actions defined in queueActions to the identity Principal given on this SQS queue resource.final Grant
IQueue.Jsii$Proxy.grant
(IGrantable grantee, @NotNull String... queueActions) Grant the actions defined in queueActions to the identity Principal given on this SQS queue resource.QueueBase.grant
(IGrantable grantee, @NotNull String... actions) Grant the actions defined in queueActions to the identity Principal given on this SQS queue resource.IQueue.grantConsumeMessages
(IGrantable grantee) Grant permissions to consume messages from a queue.default Grant
IQueue.Jsii$Default.grantConsumeMessages
(IGrantable grantee) Grant permissions to consume messages from a queue.final Grant
IQueue.Jsii$Proxy.grantConsumeMessages
(IGrantable grantee) Grant permissions to consume messages from a queue.QueueBase.grantConsumeMessages
(IGrantable grantee) Grant permissions to consume messages from a queue.IQueue.grantPurge
(IGrantable grantee) Grant an IAM principal permissions to purge all messages from the queue.default Grant
IQueue.Jsii$Default.grantPurge
(IGrantable grantee) Grant an IAM principal permissions to purge all messages from the queue.final Grant
IQueue.Jsii$Proxy.grantPurge
(IGrantable grantee) Grant an IAM principal permissions to purge all messages from the queue.QueueBase.grantPurge
(IGrantable grantee) Grant an IAM principal permissions to purge all messages from the queue.IQueue.grantSendMessages
(IGrantable grantee) Grant access to send messages to a queue to the given identity.default Grant
IQueue.Jsii$Default.grantSendMessages
(IGrantable grantee) Grant access to send messages to a queue to the given identity.final Grant
IQueue.Jsii$Proxy.grantSendMessages
(IGrantable grantee) Grant access to send messages to a queue to the given identity.QueueBase.grantSendMessages
(IGrantable grantee) Grant access to send messages to a queue to the given identity. -
Uses of IGrantable in software.amazon.awscdk.services.ssm
Methods in software.amazon.awscdk.services.ssm with parameters of type IGrantableModifier and TypeMethodDescriptionIParameter.grantRead
(IGrantable grantee) Grants read (DescribeParameter, GetParameter, GetParameterHistory) permissions on the SSM Parameter.default Grant
IParameter.Jsii$Default.grantRead
(IGrantable grantee) Grants read (DescribeParameter, GetParameter, GetParameterHistory) permissions on the SSM Parameter.final Grant
IParameter.Jsii$Proxy.grantRead
(IGrantable grantee) Grants read (DescribeParameter, GetParameter, GetParameterHistory) permissions on the SSM Parameter.default Grant
IStringListParameter.Jsii$Default.grantRead
(IGrantable grantee) Grants read (DescribeParameter, GetParameter, GetParameterHistory) permissions on the SSM Parameter.final Grant
IStringListParameter.Jsii$Proxy.grantRead
(IGrantable grantee) Grants read (DescribeParameter, GetParameter, GetParameterHistory) permissions on the SSM Parameter.default Grant
IStringParameter.Jsii$Default.grantRead
(IGrantable grantee) Grants read (DescribeParameter, GetParameter, GetParameterHistory) permissions on the SSM Parameter.final Grant
IStringParameter.Jsii$Proxy.grantRead
(IGrantable grantee) Grants read (DescribeParameter, GetParameter, GetParameterHistory) permissions on the SSM Parameter.StringListParameter.grantRead
(IGrantable grantee) Grants read (DescribeParameter, GetParameter, GetParameterHistory) permissions on the SSM Parameter.StringParameter.grantRead
(IGrantable grantee) Grants read (DescribeParameter, GetParameter, GetParameterHistory) permissions on the SSM Parameter.IParameter.grantWrite
(IGrantable grantee) Grants write (PutParameter) permissions on the SSM Parameter.default Grant
IParameter.Jsii$Default.grantWrite
(IGrantable grantee) Grants write (PutParameter) permissions on the SSM Parameter.final Grant
IParameter.Jsii$Proxy.grantWrite
(IGrantable grantee) Grants write (PutParameter) permissions on the SSM Parameter.default Grant
IStringListParameter.Jsii$Default.grantWrite
(IGrantable grantee) Grants write (PutParameter) permissions on the SSM Parameter.final Grant
IStringListParameter.Jsii$Proxy.grantWrite
(IGrantable grantee) Grants write (PutParameter) permissions on the SSM Parameter.default Grant
IStringParameter.Jsii$Default.grantWrite
(IGrantable grantee) Grants write (PutParameter) permissions on the SSM Parameter.final Grant
IStringParameter.Jsii$Proxy.grantWrite
(IGrantable grantee) Grants write (PutParameter) permissions on the SSM Parameter.StringListParameter.grantWrite
(IGrantable grantee) Grants write (PutParameter) permissions on the SSM Parameter.StringParameter.grantWrite
(IGrantable grantee) Grants write (PutParameter) permissions on the SSM Parameter. -
Uses of IGrantable in software.amazon.awscdk.services.stepfunctions
Subinterfaces of IGrantable in software.amazon.awscdk.services.stepfunctionsModifier and TypeInterfaceDescriptioninterface
A State Machine.static interface
Internal default implementation forIStateMachine
.Classes in software.amazon.awscdk.services.stepfunctions that implement IGrantableModifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.class
Define a StepFunctions State Machine.Methods in software.amazon.awscdk.services.stepfunctions with parameters of type IGrantableModifier and TypeMethodDescriptionActivity.grant
(IGrantable identity, @NotNull String... actions) Grant the given identity permissions on this Activity.IStateMachine.grant
(IGrantable identity, @NotNull String... actions) Grant the given identity custom permissions.default Grant
IStateMachine.Jsii$Default.grant
(IGrantable identity, @NotNull String... actions) Grant the given identity custom permissions.final Grant
IStateMachine.Jsii$Proxy.grant
(IGrantable identity, @NotNull String... actions) Grant the given identity custom permissions.StateMachine.grant
(IGrantable identity, @NotNull String... actions) Grant the given identity custom permissions.IStateMachine.grantExecution
(IGrantable identity, @NotNull String... actions) Grant the given identity permissions for all executions of a state machine.default Grant
IStateMachine.Jsii$Default.grantExecution
(IGrantable identity, @NotNull String... actions) Grant the given identity permissions for all executions of a state machine.final Grant
IStateMachine.Jsii$Proxy.grantExecution
(IGrantable identity, @NotNull String... actions) Grant the given identity permissions for all executions of a state machine.StateMachine.grantExecution
(IGrantable identity, @NotNull String... actions) Grant the given identity permissions on all executions of the state machine.IStateMachine.grantRead
(IGrantable identity) Grant the given identity read permissions for this state machine.default Grant
IStateMachine.Jsii$Default.grantRead
(IGrantable identity) Grant the given identity read permissions for this state machine.final Grant
IStateMachine.Jsii$Proxy.grantRead
(IGrantable identity) Grant the given identity read permissions for this state machine.StateMachine.grantRead
(IGrantable identity) Grant the given identity permissions to read results from state machine.IStateMachine.grantStartExecution
(IGrantable identity) Grant the given identity permissions to start an execution of this state machine.default Grant
IStateMachine.Jsii$Default.grantStartExecution
(IGrantable identity) Grant the given identity permissions to start an execution of this state machine.final Grant
IStateMachine.Jsii$Proxy.grantStartExecution
(IGrantable identity) Grant the given identity permissions to start an execution of this state machine.StateMachine.grantStartExecution
(IGrantable identity) Grant the given identity permissions to start an execution of this state machine.IStateMachine.grantStartSyncExecution
(IGrantable identity) Grant the given identity permissions to start a synchronous execution of this state machine.default Grant
IStateMachine.Jsii$Default.grantStartSyncExecution
(IGrantable identity) Grant the given identity permissions to start a synchronous execution of this state machine.final Grant
IStateMachine.Jsii$Proxy.grantStartSyncExecution
(IGrantable identity) Grant the given identity permissions to start a synchronous execution of this state machine.StateMachine.grantStartSyncExecution
(IGrantable identity) Grant the given identity permissions to start a synchronous execution of this state machine.IStateMachine.grantTaskResponse
(IGrantable identity) Grant the given identity read permissions for this state machine.default Grant
IStateMachine.Jsii$Default.grantTaskResponse
(IGrantable identity) Grant the given identity read permissions for this state machine.final Grant
IStateMachine.Jsii$Proxy.grantTaskResponse
(IGrantable identity) Grant the given identity read permissions for this state machine.StateMachine.grantTaskResponse
(IGrantable identity) Grant the given identity task response permissions on a state machine. -
Uses of IGrantable in software.amazon.awscdk.services.stepfunctions.tasks
Subinterfaces of IGrantable in software.amazon.awscdk.services.stepfunctions.tasksModifier and TypeInterfaceDescriptioninterface
Task to train a machine learning model using Amazon SageMaker.static interface
Internal default implementation forISageMakerTask
.Classes in software.amazon.awscdk.services.stepfunctions.tasks that implement IGrantableModifier and TypeClassDescriptionclass
Starts a job run.static final class
A proxy class which represents a concrete javascript instance of this type.class
A Step Functions Task to create a SageMaker model.class
Class representing the SageMaker Create Training Job task. -
Uses of IGrantable in software.amazon.awscdk.triggers
Classes in software.amazon.awscdk.triggers that implement IGrantableModifier and TypeClassDescriptionclass
Invokes an AWS Lambda function during deployment.