We recommend new projects start with resources from the AWS provider.
aws-native.elasticache.UserGroup
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Resource Type definition for AWS::ElastiCache::UserGroup
Create UserGroup Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new UserGroup(name: string, args: UserGroupArgs, opts?: CustomResourceOptions);
@overload
def UserGroup(resource_name: str,
args: UserGroupArgs,
opts: Optional[ResourceOptions] = None)
@overload
def UserGroup(resource_name: str,
opts: Optional[ResourceOptions] = None,
engine: Optional[UserGroupEngine] = None,
user_group_id: Optional[str] = None,
user_ids: Optional[Sequence[str]] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
func NewUserGroup(ctx *Context, name string, args UserGroupArgs, opts ...ResourceOption) (*UserGroup, error)
public UserGroup(string name, UserGroupArgs args, CustomResourceOptions? opts = null)
public UserGroup(String name, UserGroupArgs args)
public UserGroup(String name, UserGroupArgs args, CustomResourceOptions options)
type: aws-native:elasticache:UserGroup
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args UserGroupArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args UserGroupArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args UserGroupArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args UserGroupArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args UserGroupArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
UserGroup Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The UserGroup resource accepts the following input properties:
- Engine
Pulumi.
Aws Native. Elasti Cache. User Group Engine - The target cache engine for the user group.
- User
Group stringId - The ID of the user group.
- User
Ids List<string> - List of users associated to this user group.
- List<Pulumi.
Aws Native. Inputs. Tag> - An array of key-value pairs to apply to this user.
- Engine
User
Group Engine - The target cache engine for the user group.
- User
Group stringId - The ID of the user group.
- User
Ids []string - List of users associated to this user group.
- Tag
Args - An array of key-value pairs to apply to this user.
- engine
User
Group Engine - The target cache engine for the user group.
- user
Group StringId - The ID of the user group.
- user
Ids List<String> - List of users associated to this user group.
- List<Tag>
- An array of key-value pairs to apply to this user.
- engine
User
Group Engine - The target cache engine for the user group.
- user
Group stringId - The ID of the user group.
- user
Ids string[] - List of users associated to this user group.
- Tag[]
- An array of key-value pairs to apply to this user.
- engine
User
Group Engine - The target cache engine for the user group.
- user_
group_ strid - The ID of the user group.
- user_
ids Sequence[str] - List of users associated to this user group.
- Sequence[Tag
Args] - An array of key-value pairs to apply to this user.
- engine "redis" | "valkey"
- The target cache engine for the user group.
- user
Group StringId - The ID of the user group.
- user
Ids List<String> - List of users associated to this user group.
- List<Property Map>
- An array of key-value pairs to apply to this user.
Outputs
All input properties are implicitly available as output properties. Additionally, the UserGroup resource produces the following output properties:
Supporting Types
Tag, TagArgs
UserGroupEngine, UserGroupEngineArgs
- Redis
- redis
- Valkey
- valkey
- User
Group Engine Redis - redis
- User
Group Engine Valkey - valkey
- Redis
- redis
- Valkey
- valkey
- Redis
- redis
- Valkey
- valkey
- REDIS
- redis
- VALKEY
- valkey
- "redis"
- redis
- "valkey"
- valkey
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.