UserToGroupAdditionReference
- class aws_cdk.aws_iam.UserToGroupAdditionReference(*, user_to_group_addition_id)
Bases:
object
A reference to a UserToGroupAddition resource.
- Parameters:
user_to_group_addition_id (
str
) – The Id of the UserToGroupAddition resource.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_iam as iam user_to_group_addition_reference = iam.UserToGroupAdditionReference( user_to_group_addition_id="userToGroupAdditionId" )
Attributes
- user_to_group_addition_id
The Id of the UserToGroupAddition resource.