aws-native.identitystore.getGroup
Resource Type definition for AWS::IdentityStore::Group
Using getGroup
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 getGroup(args: GetGroupArgs, opts?: InvokeOptions): Promise<GetGroupResult>
function getGroupOutput(args: GetGroupOutputArgs, opts?: InvokeOptions): Output<GetGroupResult>
def get_group(group_id: Optional[str] = None,
identity_store_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGroupResult
def get_group_output(group_id: Optional[pulumi.Input[str]] = None,
identity_store_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGroupResult]
func LookupGroup(ctx *Context, args *LookupGroupArgs, opts ...InvokeOption) (*LookupGroupResult, error)
func LookupGroupOutput(ctx *Context, args *LookupGroupOutputArgs, opts ...InvokeOption) LookupGroupResultOutput
> Note: This function is named LookupGroup
in the Go SDK.
public static class GetGroup
{
public static Task<GetGroupResult> InvokeAsync(GetGroupArgs args, InvokeOptions? opts = null)
public static Output<GetGroupResult> Invoke(GetGroupInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGroupResult> getGroup(GetGroupArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:identitystore:getGroup
arguments:
# arguments dictionary
The following arguments are supported:
- Group
Id string The unique identifier for a group in the identity store.
- Identity
Store stringId The globally unique identifier for the identity store.
- Group
Id string The unique identifier for a group in the identity store.
- Identity
Store stringId The globally unique identifier for the identity store.
- group
Id String The unique identifier for a group in the identity store.
- identity
Store StringId The globally unique identifier for the identity store.
- group
Id string The unique identifier for a group in the identity store.
- identity
Store stringId The globally unique identifier for the identity store.
- group_
id str The unique identifier for a group in the identity store.
- identity_
store_ strid The globally unique identifier for the identity store.
- group
Id String The unique identifier for a group in the identity store.
- identity
Store StringId The globally unique identifier for the identity store.
getGroup Result
The following output properties are available:
- Description string
A string containing the description of the group.
- Display
Name string A string containing the name of the group. This value is commonly displayed when the group is referenced.
- Group
Id string The unique identifier for a group in the identity store.
- Description string
A string containing the description of the group.
- Display
Name string A string containing the name of the group. This value is commonly displayed when the group is referenced.
- Group
Id string The unique identifier for a group in the identity store.
- description String
A string containing the description of the group.
- display
Name String A string containing the name of the group. This value is commonly displayed when the group is referenced.
- group
Id String The unique identifier for a group in the identity store.
- description string
A string containing the description of the group.
- display
Name string A string containing the name of the group. This value is commonly displayed when the group is referenced.
- group
Id string The unique identifier for a group in the identity store.
- description str
A string containing the description of the group.
- display_
name str A string containing the name of the group. This value is commonly displayed when the group is referenced.
- group_
id str The unique identifier for a group in the identity store.
- description String
A string containing the description of the group.
- display
Name String A string containing the name of the group. This value is commonly displayed when the group is referenced.
- group
Id String The unique identifier for a group in the identity store.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0