Uses of Interface
software.amazon.awscdk.services.iam.IResourceWithPolicy
Package
Description
Amazon DynamoDB Construct Library
Amazon Elastic File System Construct Library
AWS Identity and Access Management Construct Library
Amazon CloudWatch Logs Construct Library
-
Uses of IResourceWithPolicy in software.amazon.awscdk.services.dynamodb
Modifier and TypeClassDescriptionclass
Provides a DynamoDB table.class
class
Base class for a DynamoDB table.class
A DynamoDB Table. -
Uses of IResourceWithPolicy in software.amazon.awscdk.services.efs
Modifier and TypeInterfaceDescriptioninterface
Represents an Amazon EFS file system.static interface
Internal default implementation forIFileSystem
.Modifier and TypeClassDescriptionclass
The Elastic File System implementation of IFileSystem.static final class
A proxy class which represents a concrete javascript instance of this type. -
Uses of IResourceWithPolicy in software.amazon.awscdk.services.iam
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIResourceWithPolicy
.Modifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.Modifier and TypeMethodDescriptionGrantOnPrincipalAndResourceOptions.getResource()
The resource with a resource policy.final IResourceWithPolicy
GrantOnPrincipalAndResourceOptions.Jsii$Proxy.getResource()
GrantWithResourceOptions.getResource()
The resource with a resource policy.final IResourceWithPolicy
GrantWithResourceOptions.Jsii$Proxy.getResource()
Modifier and TypeMethodDescriptionGrantOnPrincipalAndResourceOptions.Builder.resource
(IResourceWithPolicy resource) Sets the value ofGrantOnPrincipalAndResourceOptions.getResource()
GrantWithResourceOptions.Builder.resource
(IResourceWithPolicy resource) Sets the value ofGrantWithResourceOptions.getResource()
-
Uses of IResourceWithPolicy in software.amazon.awscdk.services.logs
Modifier and TypeInterfaceDescriptioninterface
static interface
Internal default implementation forILogGroup
.Modifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.class
Define a CloudWatch Log Group.