Uses of Interface
software.amazon.awscdk.services.elasticache.alpha.IUserGroup
Packages that use IUserGroup
Package
Description
ElastiCache CDK Construct Library
-
Uses of IUserGroup in software.amazon.awscdk.services.elasticache.alpha
Subinterfaces of IUserGroup in software.amazon.awscdk.services.elasticache.alphaModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIUserGroup
.Classes in software.amazon.awscdk.services.elasticache.alpha that implement IUserGroupModifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.class
(experimental) An ElastiCache UserGroup.class
(experimental) Base class for UserGroup constructs.Methods in software.amazon.awscdk.services.elasticache.alpha that return IUserGroupModifier and TypeMethodDescriptionstatic IUserGroup
UserGroup.fromUserGroupArn
(software.constructs.Construct scope, String id, String userGroupArn) (experimental) Import an existing user group by ARN.static IUserGroup
UserGroup.fromUserGroupAttributes
(software.constructs.Construct scope, String id, UserGroupAttributes attrs) (experimental) Import an existing user group using attributes.static IUserGroup
UserGroup.fromUserGroupName
(software.constructs.Construct scope, String id, String userGroupName) (experimental) Import an existing user group by name.default IUserGroup
IServerlessCache.getUserGroup()
(experimental) The user group associated with this cache.default IUserGroup
IServerlessCache.Jsii$Default.getUserGroup()
(experimental) The user group associated with this cache.final IUserGroup
IServerlessCache.Jsii$Proxy.getUserGroup()
(experimental) The user group associated with this cache.ServerlessCache.getUserGroup()
(experimental) The user group associated with this cache.default IUserGroup
ServerlessCacheAttributes.getUserGroup()
(experimental) The user group associated with this cache.final IUserGroup
ServerlessCacheAttributes.Jsii$Proxy.getUserGroup()
abstract IUserGroup
ServerlessCacheBase.getUserGroup()
(experimental) The user group associated with this cache.default IUserGroup
ServerlessCacheProps.getUserGroup()
(experimental) User group for access control.final IUserGroup
ServerlessCacheProps.Jsii$Proxy.getUserGroup()
Methods in software.amazon.awscdk.services.elasticache.alpha with parameters of type IUserGroupModifier and TypeMethodDescriptionServerlessCache.Builder.userGroup
(IUserGroup userGroup) (experimental) User group for access control.ServerlessCacheAttributes.Builder.userGroup
(IUserGroup userGroup) Sets the value ofServerlessCacheAttributes.getUserGroup()
ServerlessCacheProps.Builder.userGroup
(IUserGroup userGroup) Sets the value ofServerlessCacheProps.getUserGroup()