@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:17.909Z") @Stability(value=Stable) public interface CfnUserToGroupAdditionProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.iam.*;
CfnUserToGroupAdditionProps cfnUserToGroupAdditionProps = CfnUserToGroupAdditionProps.builder()
.groupName("groupName")
.users(List.of("users"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnUserToGroupAdditionProps.Builder
A builder for
CfnUserToGroupAdditionProps |
static class |
CfnUserToGroupAdditionProps.Jsii$Proxy
An implementation for
CfnUserToGroupAdditionProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnUserToGroupAdditionProps.Builder |
builder() |
String |
getGroupName()
`AWS::IAM::UserToGroupAddition.GroupName`.
|
List<String> |
getUsers()
`AWS::IAM::UserToGroupAddition.Users`.
|
@Stability(value=Stable) @NotNull String getGroupName()
@Stability(value=Stable) @NotNull List<String> getUsers()
@Stability(value=Stable) static CfnUserToGroupAdditionProps.Builder builder()
Copyright © 2021. All rights reserved.