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 interfaceInternal default implementation forIUserGroup.Classes in software.amazon.awscdk.services.elasticache.alpha that implement IUserGroupModifier and TypeClassDescriptionstatic final classA 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 IUserGroupUserGroup.fromUserGroupArn(software.constructs.Construct scope, String id, String userGroupArn) (experimental) Import an existing user group by ARN.static IUserGroupUserGroup.fromUserGroupAttributes(software.constructs.Construct scope, String id, UserGroupAttributes attrs) (experimental) Import an existing user group using attributes.static IUserGroupUserGroup.fromUserGroupName(software.constructs.Construct scope, String id, String userGroupName) (experimental) Import an existing user group by name.default IUserGroupIServerlessCache.getUserGroup()(experimental) The user group associated with this cache.default IUserGroupIServerlessCache.Jsii$Default.getUserGroup()(experimental) The user group associated with this cache.final IUserGroupIServerlessCache.Jsii$Proxy.getUserGroup()(experimental) The user group associated with this cache.ServerlessCache.getUserGroup()(experimental) The user group associated with this cache.default IUserGroupServerlessCacheAttributes.getUserGroup()(experimental) The user group associated with this cache.final IUserGroupServerlessCacheAttributes.Jsii$Proxy.getUserGroup()abstract IUserGroupServerlessCacheBase.getUserGroup()(experimental) The user group associated with this cache.default IUserGroupServerlessCacheProps.getUserGroup()(experimental) User group for access control.final IUserGroupServerlessCacheProps.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()