Interface UserAttributes

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
UserAttributes.Jsii$Proxy

@Generated(value="jsii-pacmak/1.121.0 (build d7af9b9)", date="2025-12-18T18:20:11.549Z") @Stability(Stable) public interface UserAttributes extends software.amazon.jsii.JsiiSerializable
Represents a user defined outside of this stack.

Example:

 IUser user = User.fromUserAttributes(this, "MyImportedUserByAttributes", UserAttributes.builder()
         .userArn("arn:aws:iam::123456789012:user/johnsmith")
         .build());