AWS::IAM::UserToGroupAdditionAdds the specified user to the specified group.
import { CfnUserToGroupAddition } from 'aws-cdk-lib/aws-iam';Or use the module namespace:
import * as iam from 'aws-cdk-lib/aws-iam';
// iam.CfnUserToGroupAdditionConfiguration passed to the constructor as CfnUserToGroupAdditionProps.
groupNameRequiredstringThe name of the group to update. This parameter allows (through its [regex pattern](https://docs.aws.amazon.com/http://wikipedia.org/wiki/regex) ) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
usersRequiredstring[]A list of the names of the users that you want to add to the group.
This L1 construct maps directly to the following CloudFormation resource type.
Everything you need to know about AWS IAM on one page. HD quality, print-friendly.
Download Free Infographicaws-iamAWS::IAM::UserToGroupAddition