Interface UserReference

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

@Generated(value="jsii-pacmak/1.133.0 (build 0f43e37)", date="2026-07-02T13:32:49.761Z") @Stability(Stable) public interface UserReference extends software.amazon.jsii.JsiiSerializable
A reference to a User resource.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.interfaces.appstream.*;
 UserReference userReference = UserReference.builder()
         .authenticationType("authenticationType")
         .userArn("userArn")
         .userName("userName")
         .build();
 
  • Method Details

    • getAuthenticationType

      @Stability(Stable) @NotNull String getAuthenticationType()
      The AuthenticationType of the User resource.
    • getUserArn

      @Stability(Stable) @NotNull String getUserArn()
      The ARN of the User resource.
    • getUserName

      @Stability(Stable) @NotNull String getUserName()
      The UserName of the User resource.
    • builder

      @Stability(Stable) static UserReference.Builder builder()
      Returns:
      a UserReference.Builder of UserReference