Class AccountAssignmentState


  • public final class AccountAssignmentState
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • instanceArn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> instanceArn()
        Returns:
        The Amazon Resource Name (ARN) of the SSO Instance.
      • permissionSetArn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> permissionSetArn()
        Returns:
        The Amazon Resource Name (ARN) of the Permission Set that the admin wants to grant the principal access to.
      • principalId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> principalId()
        Returns:
        An identifier for an object in SSO, such as a user or group. PrincipalIds are GUIDs (For example, `f81d4fae-7dec-11d0-a765-00a0c91e6bf6`).
      • principalType

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> principalType()
        Returns:
        The entity type for which the assignment will be created. Valid values: `USER`, `GROUP`.
      • targetId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> targetId()
        Returns:
        An AWS account identifier, typically a 10-12 digit string.
      • targetType

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> targetType()
        Returns:
        The entity type for which the assignment will be created. Valid values: `AWS_ACCOUNT`.