Uses of Interface
software.amazon.awscdk.services.iam.AddToResourcePolicyResult
Package
Description
Amazon ECR Construct Library
AWS Identity and Access Management Construct Library
AWS Key Management Service Construct Library
Amazon CloudWatch Logs Construct Library
Amazon S3 Construct Library
AWS Secrets Manager Construct Library
Amazon Simple Notification Service Construct Library
Amazon Simple Queue Service Construct Library
-
Uses of AddToResourcePolicyResult in software.amazon.awscdk.services.ecr
Modifier and TypeMethodDescriptionIRepository.addToResourcePolicy
(PolicyStatement statement) Add a policy statement to the repository's resource policy.default AddToResourcePolicyResult
IRepository.Jsii$Default.addToResourcePolicy
(PolicyStatement statement) Add a policy statement to the repository's resource policy.IRepository.Jsii$Proxy.addToResourcePolicy
(PolicyStatement statement) Add a policy statement to the repository's resource policy.Repository.addToResourcePolicy
(PolicyStatement statement) Add a policy statement to the repository's resource policy.abstract AddToResourcePolicyResult
RepositoryBase.addToResourcePolicy
(PolicyStatement statement) Add a policy statement to the repository's resource policy. -
Uses of AddToResourcePolicyResult in software.amazon.awscdk.services.iam
Modifier and TypeClassDescriptionstatic final class
An implementation forAddToResourcePolicyResult
Modifier and TypeMethodDescriptionIResourceWithPolicy.addToResourcePolicy
(PolicyStatement statement) Add a statement to the resource's resource policy.default AddToResourcePolicyResult
IResourceWithPolicy.Jsii$Default.addToResourcePolicy
(PolicyStatement statement) Add a statement to the resource's resource policy.IResourceWithPolicy.Jsii$Proxy.addToResourcePolicy
(PolicyStatement statement) Add a statement to the resource's resource policy.AddToResourcePolicyResult.Builder.build()
Builds the configured instance. -
Uses of AddToResourcePolicyResult in software.amazon.awscdk.services.kms
Modifier and TypeMethodDescriptionAlias.addToResourcePolicy
(PolicyStatement statement) Adds a statement to the KMS key resource policy.Alias.addToResourcePolicy
(PolicyStatement statement, Boolean allowNoOp) Adds a statement to the KMS key resource policy.default AddToResourcePolicyResult
IAlias.Jsii$Default.addToResourcePolicy
(PolicyStatement statement, Boolean allowNoOp) Adds a statement to the KMS key resource policy.IAlias.Jsii$Proxy.addToResourcePolicy
(PolicyStatement statement) Adds a statement to the KMS key resource policy.IAlias.Jsii$Proxy.addToResourcePolicy
(PolicyStatement statement, Boolean allowNoOp) Adds a statement to the KMS key resource policy.IKey.addToResourcePolicy
(PolicyStatement statement) Adds a statement to the KMS key resource policy.IKey.addToResourcePolicy
(PolicyStatement statement, Boolean allowNoOp) Adds a statement to the KMS key resource policy.default AddToResourcePolicyResult
IKey.Jsii$Default.addToResourcePolicy
(PolicyStatement statement, Boolean allowNoOp) Adds a statement to the KMS key resource policy.IKey.Jsii$Proxy.addToResourcePolicy
(PolicyStatement statement) Adds a statement to the KMS key resource policy.IKey.Jsii$Proxy.addToResourcePolicy
(PolicyStatement statement, Boolean allowNoOp) Adds a statement to the KMS key resource policy.Key.addToResourcePolicy
(PolicyStatement statement) Adds a statement to the KMS key resource policy.Key.addToResourcePolicy
(PolicyStatement statement, Boolean allowNoOp) Adds a statement to the KMS key resource policy. -
Uses of AddToResourcePolicyResult in software.amazon.awscdk.services.logs
Modifier and TypeMethodDescriptiondefault AddToResourcePolicyResult
ILogGroup.Jsii$Default.addToResourcePolicy
(PolicyStatement statement) Add a statement to the resource's resource policy.ILogGroup.Jsii$Proxy.addToResourcePolicy
(PolicyStatement statement) Add a statement to the resource's resource policy.LogGroup.addToResourcePolicy
(PolicyStatement statement) Adds a statement to the resource policy associated with this log group. -
Uses of AddToResourcePolicyResult in software.amazon.awscdk.services.s3
Modifier and TypeMethodDescriptionBucketBase.addToResourcePolicy
(PolicyStatement permission) Adds a statement to the resource policy for a principal (i.e.IBucket.addToResourcePolicy
(PolicyStatement permission) Adds a statement to the resource policy for a principal (i.e.default AddToResourcePolicyResult
IBucket.Jsii$Default.addToResourcePolicy
(PolicyStatement permission) Adds a statement to the resource policy for a principal (i.e.IBucket.Jsii$Proxy.addToResourcePolicy
(PolicyStatement permission) Adds a statement to the resource policy for a principal (i.e. -
Uses of AddToResourcePolicyResult in software.amazon.awscdk.services.secretsmanager
Modifier and TypeMethodDescriptionISecret.addToResourcePolicy
(PolicyStatement statement) Adds a statement to the IAM resource policy associated with this secret.default AddToResourcePolicyResult
ISecret.Jsii$Default.addToResourcePolicy
(PolicyStatement statement) Adds a statement to the IAM resource policy associated with this secret.ISecret.Jsii$Proxy.addToResourcePolicy
(PolicyStatement statement) Adds a statement to the IAM resource policy associated with this secret.default AddToResourcePolicyResult
ISecretTargetAttachment.Jsii$Default.addToResourcePolicy
(PolicyStatement statement) Adds a statement to the IAM resource policy associated with this secret.ISecretTargetAttachment.Jsii$Proxy.addToResourcePolicy
(PolicyStatement statement) Adds a statement to the IAM resource policy associated with this secret.Secret.addToResourcePolicy
(PolicyStatement statement) Adds a statement to the IAM resource policy associated with this secret.SecretTargetAttachment.addToResourcePolicy
(PolicyStatement statement) Adds a statement to the IAM resource policy associated with this secret. -
Uses of AddToResourcePolicyResult in software.amazon.awscdk.services.sns
Modifier and TypeMethodDescriptionITopic.addToResourcePolicy
(PolicyStatement statement) Adds a statement to the IAM resource policy associated with this topic.default AddToResourcePolicyResult
ITopic.Jsii$Default.addToResourcePolicy
(PolicyStatement statement) Adds a statement to the IAM resource policy associated with this topic.ITopic.Jsii$Proxy.addToResourcePolicy
(PolicyStatement statement) Adds a statement to the IAM resource policy associated with this topic.TopicBase.addToResourcePolicy
(PolicyStatement statement) Adds a statement to the IAM resource policy associated with this topic. -
Uses of AddToResourcePolicyResult in software.amazon.awscdk.services.sqs
Modifier and TypeMethodDescriptionIQueue.addToResourcePolicy
(PolicyStatement statement) Adds a statement to the IAM resource policy associated with this queue.default AddToResourcePolicyResult
IQueue.Jsii$Default.addToResourcePolicy
(PolicyStatement statement) Adds a statement to the IAM resource policy associated with this queue.IQueue.Jsii$Proxy.addToResourcePolicy
(PolicyStatement statement) Adds a statement to the IAM resource policy associated with this queue.QueueBase.addToResourcePolicy
(PolicyStatement statement) Adds a statement to the IAM resource policy associated with this queue.