AWS Native
UserGroup
Resource Type definition for AWS::ElastiCache::UserGroup
Create a UserGroup Resource
new UserGroup(name: string, args: UserGroupArgs, opts?: CustomResourceOptions);
@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)
@overload
def UserGroup(resource_name: str,
args: UserGroupArgs,
opts: Optional[ResourceOptions] = 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.
- 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
The UserGroup resource accepts the following input properties:
- Engine
Pulumi.
Aws Native. Elasti Cache. User Group Engine Must be redis.
- User
Group stringId The ID of the user group.
- User
Ids List<string> List of users associated to this user group.
- Engine
User
Group Engine Must be redis.
- User
Group stringId The ID of the user group.
- User
Ids []string List of users associated to this user group.
- engine
User
Group Engine Must be redis.
- user
Group StringId The ID of the user group.
- user
Ids List<String> List of users associated to this user group.
- engine
User
Group Engine Must be redis.
- user
Group stringId The ID of the user group.
- user
Ids string[] List of users associated to this user group.
- engine
User
Group Engine Must be redis.
- user_
group_ strid The ID of the user group.
- user_
ids Sequence[str] List of users associated to this user group.
- engine "redis"
Must be redis.
- user
Group StringId The ID of the user group.
- user
Ids List<String> List of users associated to this user group.
Outputs
All input properties are implicitly available as output properties. Additionally, the UserGroup resource produces the following output properties:
Supporting Types
UserGroupEngine
- Redis
- redis
- User
Group Engine Redis - redis
- Redis
- redis
- Redis
- redis
- REDIS
- redis
- "redis"
- redis
Package Details
- Repository
- https://github.com/pulumi/pulumi-aws-native
- License
- Apache-2.0