Interface CfnUserToGroupAdditionMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnUserToGroupAdditionMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:20:00.026Z")
@Stability(Stable)
public interface CfnUserToGroupAdditionMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnUserToGroupAdditionPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.iam.*;
CfnUserToGroupAdditionMixinProps cfnUserToGroupAdditionMixinProps = CfnUserToGroupAdditionMixinProps.builder()
.groupName("groupName")
.users(List.of("users"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnUserToGroupAdditionMixinPropsstatic final classAn implementation forCfnUserToGroupAdditionMixinProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getGroupName
The name of the group to update.This parameter allows (through its regex pattern ) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
- See Also:
-
getUsers
A list of the names of the users that you want to add to the group.- See Also:
-
builder
-