We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.elasticache.getUserGroup
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
Resource Type definition for AWS::ElastiCache::UserGroup
Using getUserGroup
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getUserGroup(args: GetUserGroupArgs, opts?: InvokeOptions): Promise<GetUserGroupResult>
function getUserGroupOutput(args: GetUserGroupOutputArgs, opts?: InvokeOptions): Output<GetUserGroupResult>
def get_user_group(user_group_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetUserGroupResult
def get_user_group_output(user_group_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetUserGroupResult]
func LookupUserGroup(ctx *Context, args *LookupUserGroupArgs, opts ...InvokeOption) (*LookupUserGroupResult, error)
func LookupUserGroupOutput(ctx *Context, args *LookupUserGroupOutputArgs, opts ...InvokeOption) LookupUserGroupResultOutput
> Note: This function is named LookupUserGroup
in the Go SDK.
public static class GetUserGroup
{
public static Task<GetUserGroupResult> InvokeAsync(GetUserGroupArgs args, InvokeOptions? opts = null)
public static Output<GetUserGroupResult> Invoke(GetUserGroupInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetUserGroupResult> getUserGroup(GetUserGroupArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:elasticache:getUserGroup
arguments:
# arguments dictionary
The following arguments are supported:
- User
Group stringId - The ID of the user group.
- User
Group stringId - The ID of the user group.
- user
Group StringId - The ID of the user group.
- user
Group stringId - The ID of the user group.
- user_
group_ strid - The ID of the user group.
- user
Group StringId - The ID of the user group.
getUserGroup Result
The following output properties are available:
- Arn string
- The Amazon Resource Name (ARN) of the user account.
- Status string
- Indicates user group status. Can be "creating", "active", "modifying", "deleting".
- List<Pulumi.
Aws Native. Outputs. Tag> - An array of key-value pairs to apply to this user.
- User
Ids List<string> - List of users associated to this user group.
- arn str
- The Amazon Resource Name (ARN) of the user account.
- status str
- Indicates user group status. Can be "creating", "active", "modifying", "deleting".
- Sequence[root_Tag]
- An array of key-value pairs to apply to this user.
- user_
ids Sequence[str] - List of users associated to this user group.
- arn String
- The Amazon Resource Name (ARN) of the user account.
- status String
- Indicates user group status. Can be "creating", "active", "modifying", "deleting".
- List<Property Map>
- An array of key-value pairs to apply to this user.
- user
Ids List<String> - List of users associated to this user group.
Supporting Types
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi