group# Exec module for managing IAM Groups. async idem_aws.exec.aws.iam.group.get(hub, ctx, name: str, resource_id: str)[source]# Get an IAM group from AWS. Provide group name as input. Parameters: hub – required for functions in hub. ctx – context. name (str) – An Idem name of the IAM group. resource_id (str, Optional) – AWS IAM group name.