Interface AssignmentReference

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

@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)", date="2025-09-22T11:33:16.408Z") @Stability(Stable) public interface AssignmentReference extends software.amazon.jsii.JsiiSerializable
A reference to a Assignment 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.services.sso.*;
 AssignmentReference assignmentReference = AssignmentReference.builder()
         .instanceArn("instanceArn")
         .permissionSetArn("permissionSetArn")
         .principalId("principalId")
         .principalType("principalType")
         .targetId("targetId")
         .targetType("targetType")
         .build();
 
  • Method Details

    • getInstanceArn

      @Stability(Stable) @NotNull String getInstanceArn()
      The InstanceArn of the Assignment resource.
    • getPermissionSetArn

      @Stability(Stable) @NotNull String getPermissionSetArn()
      The PermissionSetArn of the Assignment resource.
    • getPrincipalId

      @Stability(Stable) @NotNull String getPrincipalId()
      The PrincipalId of the Assignment resource.
    • getPrincipalType

      @Stability(Stable) @NotNull String getPrincipalType()
      The PrincipalType of the Assignment resource.
    • getTargetId

      @Stability(Stable) @NotNull String getTargetId()
      The TargetId of the Assignment resource.
    • getTargetType

      @Stability(Stable) @NotNull String getTargetType()
      The TargetType of the Assignment resource.
    • builder

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