getGroup

suspend fun getGroup(argument: GetGroupPlainArgs): GetGroupResult

Resource Type definition for AWS::IdentityStore::Group

Return

null

Parameters

argument

null


suspend fun getGroup(groupId: String, identityStoreId: String): GetGroupResult

Return

null

Parameters

groupId

The unique identifier for a group in the identity store.

identityStoreId

The globally unique identifier for the identity store.

See also


suspend fun getGroup(argument: suspend GetGroupPlainArgsBuilder.() -> Unit): GetGroupResult

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.identitystore.kotlin.inputs.GetGroupPlainArgs.

See also